How it works
Third-party library
It communicates with Ethereum Chain by using ethers
Client URL
- Mainnet:
https://api.blockchair.com/ethereum
,https://api.etherscan.io
- Testnet:
https://api.blockchair.com/ethereum/testnet
,https://api-goerli.etherscan.io
Explorer URL
- Mainnet:
https://etherscan.io
- Testnet:
https://goerli.etherscan.io
Network
- Mainnet:
homestead
- Testnet:
goerli
Dependencies
Address Generation
It supports the BIP44 path derivations
.
By default, the index is 0. - 44/30/0/0
Blockchain-specific functions
It doesn't have any blockchain-specific functions.