xchain-cosmos
This section offers developers a detailed understanding of the operational workflow and underlying mechanisms of the Xchain cosmos blockchain library. This section is designed to provide developers with insights into how they can effectively utilize the library's features and functionalities to interact with the Cosmos blockchain network.
Third-Party Library
It communicates with Cosmos Chain by using cosmos-client
Client URL
Mainnet:
https://api.cosmos.network
Testnet:
http://lcd.gaia.bigdipper.live:1317
Explorer URL
Mainnet:
https://cosmos.bigdipper.live
Testnet:
https://gaia.bigdipper.live
Chain ID
Mainnet:
cosmoshub-3
Testnet:
gaia-3a
Address Generation
It supports the BIP44 path derivations
.
By default, the index is 0. - 44/118/0/0
Peer Dependencies
You can visit the xchain-cosmos package repository to get the updated peer dependencies by looking at the "devDependencies" object in the "package.json" file.
For more information about the API of the package, please click here
Last updated