Overview
Last updated
Last updated
is a GraphQL server implementation for AION blockchain. This project exposes a GraphQL API endpoint, which can be used to interact with AION blockchain. Internally it uses Java API provided by Aion.
Followings are few of the major functionalities which can be performed using this API layer :
Get transactions
Get blocks
Send transaction
Get Account details
Compile & Deploy Smart Contract
Invoke Smart Contract methods
Listen to Contract Events
Get Network status
many more ...
If you are new to GraphQL, you can check this .
The following APIs are currently supported :
blockApi
txnApi
accountApi
adminApi
chainApi
netApi
walletApi
contractApi