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
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
- 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://www.docs.sei.io/
- Block Explorer: https://www.seiscan.app/pacific-1
- Testnet Faucet: https://www.docs.sei.io/dev-ecosystem-providers/faucets