stellar-data 0.1.5

A command line tool and REST API for querying the Stellar blockchain using public data lakes and RPC nodes, providing JSON formatted responses to simplify data availability
1
2
3
4
5
6
7
{
  "type": "module",
  "dependencies": {
    "@stellar/stellar-xdr-json": "^23.0.0",
    "stellar-sdk": "^13.3.0"
  }
}