Sei

Sei

#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

Devnet
Mainnet
01const SeiOptions = {
02  rpcUrl: 'https://evm-rpc-arctic-1.sei-apis.com', // Sei devnet RPC URL
03  chainId: 713715, // Sei chain id
04};
05
06// Setting network to point to Sei
07const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: SeiOptions });

#Compatibility

*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