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

const EonOptions = {
  rpcUrl: 'https://gobi-rpc.horizenlabs.io/ethv1',
  chainId: 1663,
};

// Setting network to point to EON Testnet
const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: EonOptions });

Compatibility

  • All Auth, User and most Wallet module methods*
  • 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