Molecular Execution Machine (MEM) network inspector
git pull https://github.com/decentldotland/mem-network-viewer.git
npm install && npm run start
GET /stats
: return network statsGET /contracts
: return MEM contracts & TXs count per contractGET /contract/txs/:id
: return contract's transaction (id
: contract id)GET /txs/:limit/:type
: return network's transactions for a given countlimit
and sortingtype
(asc
ordesc
)GET /txs/week
: return last 7 days TXsGET /txs/:days
: return last:days (int)
TXsGET /tx/:id
: return the object of a supplied MEM pseudo_id (TXID)
This project is licensed under the MIT License