Getting Started on OMSTEAD Testnet
MANTRA Chain with EVM support is running on its own specialised testnet called OMSTEAD, currently in ALPHA
PLEASE NOTE!
OMSTEAD is still in ALPHA and therefore some engineering knowledge and potential debugging will be required in order to utilise it! We are working our hardest to roll out development support tooling and additional infrastructure!
Overview
OMSTEAD is our testnet for MANTRA Chain w/ EVM and is currently in ALPHA. For access or assistance, please reach out to: <E-MAIL>
In the pages following - we will guide you on recommended local environment setup, configuration, and steps to be able to interact with OMSTEAD.
Chain Details
Full Chain ID
omstead-7888-1
EVM Chain ID
7888
COSMOS Endpoints
API
https://api.omstead.io
RPC
https://rpc.omstead.io
GRPC
grpc.omstead.io
EVM Endpoints
RPC
https://evm.omstead.io
WS
https://evm.omstead.io/ws
Additional URLs of Note
COSMOS Explorer
https://explorer.omstead.io
EVM Explorer (still under development)
https://explorer.omstead.io/evm
OM Faucet (still under development)
https://faucet.omstead.io
Tooling Walkthrough
Hardhat
Hardhat is a development environment for Ethereum software. It helps developers manage and automate the recurring tasks involved in building smart contracts and 1 decentralized applications (dApps).
Foundry
"Foundry CLI" is a command-line interface provided by the Foundry development toolkit for Ethereum smart contracts. Foundry is known for its speed and its use of Solidity for testing.
Last updated