Cardano REST
Cardano REST provides a set of APIs for interacting with on-chain data through JSON over HTTP.
- Clone the repository.
$ git clone [email protected]:input-output-hk/cardano-rest.git
$ cd cardano-rest
- Start
cardano-node
,cardano-db-sync
,postgresql
andcardano-rest
components using Docker:
$ NETWORK=testnet docker-compose up
- Query the API 🎉
$ curl http://localhost:8100/api/txs/last
For more information, have a look at the Wiki 📖.
See Using Docker.
See assets available for each release.