Skip to content

decentldotland/mem-network-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@decentldotland/mem-network-viewer

Molecular Execution Machine (MEM) network inspector

Build & Run

git pull https://github.com/decentldotland/mem-network-viewer.git

npm install && npm run start

Endpoints

  • GET /stats : return network stats
  • GET /contracts : return MEM contracts & TXs count per contract
  • GET /contract/txs/:id : return contract's transaction (id : contract id)
  • GET /txs/:limit/:type : return network's transactions for a given count limit and sorting type (asc or desc)
  • GET /txs/week : return last 7 days TXs
  • GET /txs/:days : return last :days (int) TXs
  • GET /tx/:id : return the object of a supplied MEM pseudo_id (TXID)

License

This project is licensed under the MIT License