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
Copy file name to clipboardExpand all lines: data/dandelion-pages/cardano-node-socket.md
+14-10
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,27 @@ version: 1
9
9
10
10
You can use this REST API to setup a local socket file and use cardano-cli against it
11
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`
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.
13
+
14
+
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
15
14
16

15
17
16
-
- [View on IOHK GitHub](https://github.com/input-output-hk/cardano-node#cardano-cli)
Copy file name to clipboardExpand all lines: data/dandelion-pages/graphql-api.md
+28-26
Original file line number
Diff line number
Diff line change
@@ -7,37 +7,39 @@ version: 1
7
7
# graphql-api
8
8
## hasura/graphql-api
9
9
10
+

11
+
10
12
You can use this GraphQL API to gather composed info from the blockchain
11
13
12
14
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
15
14
-

15
16
17
+
## Links
16
18
- [View on IOHK GitHub](https://github.com/input-output-hk/cardano-graphql#overview)
Copy file name to clipboardExpand all lines: data/dandelion-pages/ogmios-api.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,24 @@ You can use this JSON-WSP (websocket) API to gather live blockchain info directl
12
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
13
14
14

15
+
16
+
## Links
15
17
- [View on IOHK GitHub](https://github.com/KtorZ/cardano-ogmios)
0 commit comments