Skip to main content

Quick Start Guide

Elysium is a fully Ethereum-compatible smart contract platform on Polkadot. As such, you can interact with Elysium via the Ethereum API and Substrate API.

You can interact with your Elysium account with MetaMask, Ledger, and other Ethereum-compatible wallets by simply adding Elysium’s network configurations.

Similarly, you can develop on Elysium using Ethereum libraries and development environments.

Elysium Networks

To get started developing on Elysium, it’s important to be aware of the various networks within the Elysium ecosystem.

NetworkNetwork TypeNative Asset SymbolNative Asset Decimals
AtlantisTestnetLAVA18
ElysiumMainnetLAVA18

Network Configurations

When working with developer tools, depending on the tool, you might need to configure Elysium to interact with the network. To do so, you can use the following information:

Atlantis (Testnet)

VariableValue
Chain ID1338
RPC URLhttps://rpc.atlantischain.network
WS URLwss://ws.atlantischain.network

Elysium

VariableValue
Chain ID1339
RPC URLhttps://rpc.elysiumchain.tech
WS URLwss://ws.elysiumchain.tech

Block Explorers

Elysium provides EVM-based explorer which used to query the Ethereum API. All EVM-based transactions are accessible via the Ethereum API. For more information on each explorer, please check out the Block Explorers page.

Atlantis (Testnet)

Block ExplorerValue
Elysiumhttps://explorer.atlantischain.network
Blockscouthttps://blockscout.atlantischain.network

Elysium

Block ExplorerValue
Elysiumhttps://explorer.elysiumchain.tech
Blockscouthttps://blockscout.elysiumchain.tech

Funding Accounts

To get started developing on Atlantis (Testnet), you’ll need to fund your account with LAVA tokens to send transactions. Please note that Testnet LAVA tokens have no real value and are for testing purposes only.

Mainnet tokens are only available for those people who are bridging their assets from Polygon to Elysium using Bridge (https://bridge.elysiumchain.tech/).

NetworkURL
AtlantisThe https://faucet.atlantischain.network/ website. The faucet dispenses 1 LAVA every 24 hours
ElysiumThe https://faucet.elysiumchain.tech/ website. The faucet dispenses 3 LAVA for one time.

Development Tools

As Elysium is a Substrate-based chain that is fully Ethereum-compatible, you can use Substrate-based tools and Ethereum-based tools to interact with chain.

Javascript Tools

Chain BaseToolType
EthereumWeb3.js Library
SubstratePolkadot.js APILibrary