$ docker pull runonflux/kadena-chainweb-data$ docker run -d -p 8888:8888 -v /local/path:/var/lib/postgresql/data --name "KadenaChainWebData" runonflux/kadena-chainweb-data- server
- backfill
- gaps ( one per day after backfill )
Node info: service-port=30005 --p2p-port=30004- /txs/recent gets a list of recent transactions
- /txs/search?search=foo&limit=20&offset=40 searches for transactions containing the string foo
- /stats returns a few stats such as transaction count and coins in circulation
- /coins returns just the coins in circulation