Backend of VeChain Official Explorer.
GET /api/accounts/:addr- Get account summaryGET /api/account/:addr/transactions- Get transactions of account iGET /api/account/:addr/transfers- Get Token transfers of account iGET /api/blocks/:revision- Get block, revision can bebest,block numberorblock IDGET /api/blocks/:blockid/transactions- Get block transactionsGET /api/blocks/recent- Get recent blocksGET /api/transactions/:txid- Get transactionGET /api/transactions/recent- Get recent transactionsGET /api/transfers/recent- Get recent transfers
i : List API have the functionality of pagination, just specify limit and offset as the URL parameter.
git clone --recursive https://github.com/vechain/mass.git
cd massnpm ci
npm run buildFollow the official instruction, configure your local project.
npm start