Overview

Sei is the first parallelized EVM layer 1 blockchain network. It offers significant scalability, up to five thousand transactions per second, along with sub-one-second finality and reduced transaction fees compared to Ethereum. As Sei is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other features.

Configure Sei

const SeiOptions = {
  rpcUrl: 'https://evm-rpc-arctic-1.sei-apis.com', // Sei devnet RPC URL
  chainId: 713715, // Sei chain id
};

// Setting network to point to Sei
const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: SeiOptions });

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