Skip to content

sulaman0/elysium-docs

 
 

Repository files navigation

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.

Network Network Type Native Asset Symbol Native Asset Decimals
Atlantis Testnet ELY 18
Elysium Mainnet ELY 18

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)

Variable Value
Chain ID 1338
RPC URL https://rpc.atlantischain.network
WS URL wss://ws.atlantischain.network

Elysium

Variable Value
Chain ID 1339
RPC URL https://rpc.elysiumchain.tech
WS URL wss://ws.elysiumchain.tech

Block Explorers

Elysium provides EVM-based explorer which ones used 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 Explorer Value
Elysium https://explorer.atlantischain.network
Blockscout https://blockscout.atlantischain.network

Elysium

Block Explorer Value
Elysium https://explorer.elysiumchain.tech
Blockscout https://blockscout.elysiumchain.tech

Funding Accounts

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

Mainnet tokens are only available for those people who are using Bridge & have moved their assets from other chains to Elysium using Elysium Bridge (https://bridge.elysiumchain.tech/).

Network URL
Atlantis The https://faucet.atlantischain.network/ website. The faucet dispenses 1 ELY every 24 hours
Elysium The https://faucet.elysiumchain.tech/ website. The faucet dispenses 3 ELY

Development Tools

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

Javascript Tools

Chain Base Tool Type
Ethereum Web3.js Library
Substrate Polkadot.js API Library

About

Documentation for the Elysium project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.1%
  • CSS 30.6%
  • HTML 6.8%
  • Dockerfile 0.5%