xchain-mayachain
This section for the XChain Mayachain library provides developers with a detailed understanding of the operational workflow and underlying mechanisms of the library.
It outlines the steps involved in utilizing the library's features and functionalities to interact effectively with the Mayachain blockchain network.
Third-Party Library
It communicates with Mayachain by using cosmos-client
Client URL
Mainnet:
http://3.132.133.211:1317
Testnet:
http://3.16.115.200:1317
Available mainnet seeds here
Available testnet seeds here
Explorer URL
Mainnet:
https://www.explorer.mayachain.info
Chain ID
Mainnet:
mayachain-mainnet-v1
Stagenet
mayacgain-stagenet-v1
Address Generation
It supports the BIP44 path derivations
. By default, the index is 0. - 44/931/0/0
Peer Dependencies
You can visit the xchain-mayachain 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