Short overview
Useful links to start development / integration with Axiome Chain:
Autogenerated swagger docs for node REST: http://api-docs.axiomeinfo.org:1317/swagger/
Public gRPC REST gateway: https://api-chain.axiomechain.org/
Axiome Node protobuf definitions: https://github.com/axiome-pro/axm-node/tree/master/proto
Axiome Node source code: https://github.com/axiome-pro/axm-node
Axiome Node prebuild binaries: https://github.com/axiome-pro/axm-node/releases/
Docs for cosmos sdk client library (TS) - useful for frontend or JS/TS backend: https://tutorials.cosmos.network/tutorials/7-cosmjs/, https://github.com/cosmos/CosmJS, https://cosmos.github.io/cosmjs/
Last updated