Thanks to visit codestin.com
Credit goes to github.com

Skip to content

libotony/mass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass

Backend of VeChain Official Explorer.

API

  • GET /api/accounts/:addr - Get account summary
  • GET /api/account/:addr/transactions - Get transactions of account i
  • GET /api/account/:addr/transfers - Get Token transfers of account i
  • GET /api/blocks/:revision - Get block, revision can be best, block number or block ID
  • GET /api/blocks/:blockid/transactions - Get block transactions
  • GET /api/blocks/recent - Get recent blocks
  • GET /api/transactions/:txid - Get transaction
  • GET /api/transactions/recent - Get recent transactions
  • GET /api/transfers/recent - Get recent transfers

i : List API have the functionality of pagination, just specify limit and offset as the URL parameter.

Run Mass

Clone Source

git clone  --recursive https://github.com/vechain/mass.git
cd mass

Dependency && Build

npm ci 
npm run build

Configure Typeorm

Follow the official instruction, configure your local project.

Start Server

npm start

About

Backend for explorer, works with @vechain/explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •