Update apis.md
Typo fix and clarification.
This commit is contained in:
parent
7bb1f444b5
commit
02872ce7e1
@ -9,7 +9,7 @@ The super node exposes a number of different APIs for remote access to the under
|
|||||||
|
|
||||||
|
|
||||||
### Postgraphile
|
### Postgraphile
|
||||||
The super node stores all processed data a Postgres DB using PG-IPFS, this includes all of the IPLD objects.
|
The super node stores all processed data in Postgres using PG-IPFS, this includes all of the IPLD objects.
|
||||||
[Postgraphile](https://www.graphile.org/postgraphile/) can be used to expose GraphQL endpoints for the Postgres tables.
|
[Postgraphile](https://www.graphile.org/postgraphile/) can be used to expose GraphQL endpoints for the Postgres tables.
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
@ -256,7 +256,7 @@ The currently supported endpoints include:
|
|||||||
`eth_getBlockByHash`
|
`eth_getBlockByHash`
|
||||||
`eth_getTransactionByHash`
|
`eth_getTransactionByHash`
|
||||||
|
|
||||||
Additional endpoints will be added in the near future, with the immediate goal of recapitulating the entire "eth_" set of endpoints.
|
Additional endpoints will be added in the near future, with the immediate goal of recapitulating the largest set of "eth_" endpoints which can be provided as a service.
|
||||||
|
|
||||||
#### Bitcoin JSON-RPC API:
|
#### Bitcoin JSON-RPC API:
|
||||||
In the near future, the standard Bitcoin JSON-RPC interfaces will be implemented.
|
In the near future, the standard Bitcoin JSON-RPC interfaces will be implemented.
|
||||||
|
Loading…
Reference in New Issue
Block a user