This is an implementation of Ω-Net
node in Rust based on the Substrate
framework. It's an Ethereum Compatible Parachain
converted from a Solo chain (checkout to this commit 2988544c883b486842c4cac88b9a8c30c2c3a1de
if you'd want to use the Solo Chain instead of Parachain
)
Omega Net
isEVM-compatible
, enabling its users to leverage infrastructure from theEthereum
ecosystem.- It uses the same address format as
Ethereum
and theECDSA
cryptographic algorithm, which is also used byEthereum
. This means that addresses inOmega Net
will be fully compatible with Ethereum addresses. - The native token
OMC
will have the same precision asETH
on theEthereum
blockchain. - Developers can use the familiar
Ethereum
infrastructure to develop applications onOmega Net
.
Omega Net
provides a stronger foundation for future development, resulting in higher code quality, faster iteration cycles, shorter cross-chain routing paths, and an improved user experience.