Horizen EON
Horizen EON
#Overview
Horizen EON is a highly scalable EVM-compatible sidechain network and smart contract platform. Users can effortlessly create wallets and interact with EON using the Magic SDK.
As EON is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other features.
#Configure EON
01const EonOptions = {
02 rpcUrl: 'https://gobi-rpc.horizenlabs.io/ethv1',
03 chainId: 1663,
04};
05
06// Setting network to point to EON Testnet
07const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: EonOptions });
#Compatibility
- All
Auth
,User
and mostWallet
module methods* for Dedicated Wallets - All EVM Provider functionality to respond to supported RPC methods
*Some features are not yet compatible such as NFT Viewer and Fiat On-ramps.
Need a feature or see a problem? File an issue on our github repo.
#Resources & Tools
- Documentation: https://docs.horizen.io/
- Block Explorer:
- https://eon-explorer.horizenlabs.io/ (Mainnet)
- https://gobi-explorer.horizenlabs.io/ (Testnet)
- Testnet Faucet: https://faucet.horizen.io/