- Run
npm run test
- docker-compose up
- docker-compose kill
- docker-compose down (otherwise volumes are still in use and can't be removed)
- ./docker_remove_volumes.sh
curl -i -X POST http://localhost:48132 \
-H 'Content-Type: application/json; charset=UTF-8' \
--data-raw '
{
"jsonrpc": "2.0",
"id": 1,
"method": "ledger_getSnapshotChainHeight",
"params": null
}'
curl -i -X POST http://localhost:48132 \
-H 'Content-Type: application/json; charset=UTF-8' \
--data-raw '
{
"jsonrpc": "2.0",
"id": 1,
"method": "net_nodeInfo",
"params": null
}'