You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use this REST API to setup a local socket file and use cardano-cli against it
11
+
12
+
cardano-cli is the first class citizen supporting every new blockchain feature, and this endpoint helps to transport a cardano-node's socket to you using a secure HTTPS tunnel.\n Currently access to this API is enabled on demand. Authorization and secure channel is setup with https://github.com/jpillora/chisel and TCP-to-socket termination can be done by using `socat`
13
+
14
+

15
+
16
+
- [View on IOHK GitHub](https://github.com/input-output-hk/cardano-node#cardano-cli)
## You can use this REST API to gather basic info from the blockchain
9
+
10
+
This is the currently officially supported API to explore Cardano transactions. In future it may be augmented or replaced by cardano-graphql, but cardano-explorer-api will be supported for some time, even once alternatives become available.
11
+
12
+

13
+
14
+
-[View on IOHK GitHub](https://github.com/input-output-hk/cardano-rest#overview)
You can use this GraphQL API to gather composed info from the blockchain
11
+
12
+
GraphQL is a query language and execution environment with server and client implementations across many programming languages. The language can be serialized for network transmission, schema implementations hashed for assurance, and is suited for describing most domains.\nCardano project is implementing a GraphQL API, to make exploring blockchain data a breeze.
13
+
14
+

15
+
16
+
- [View on IOHK GitHub](https://github.com/input-output-hk/cardano-graphql#overview)
You can use this JSON-WSP (websocket) API to gather live blockchain info directly from a cardano-node instance
11
+
12
+
Ogmios is a translation service written in Haskell running on top of cardano-node. It offers a JSON-WSP interface through WebSockets and enables clients to speak Ouroboros' mini-protocols via remote procedure calls over JSON.
13
+
14
+

15
+
- [View on IOHK GitHub](https://github.com/KtorZ/cardano-ogmios)
You can use this REST API to perform SQL queries to gather info from the blockchain.
11
+
12
+
Cardano DB Sync is to follow the Cardano chain and take information from the chain and an internally maintained copy of ledger state. Data is then extracted from the chain and inserted into a PostgreSQL database that can be accessed through a read-only REST API exposed by an instance of the postgREST project.
13
+
14
+

15
+
16
+
- [View on IOHK GitHub](https://github.com/input-output-hk/cardano-db-sync)
0 commit comments