The Infra EVM parachain is a ready-to-use EVM-based parachain (based on the Frontier project), pre-configured with the Assets pallet, a simple Governance system (Collective & Motion pallets), and EVM precompiles.
This is an ideal starting point for any Parachain project that needs to support legacy Solidity smart contracts, but that wants at the same time to benefit from the flexibility provided by Substrate, and the shared security of the Infra relay chain.
Make sure you have Rust installed along with everything that's needed to compile a substrate node. More details here.
- Clone the Infra EVM parachain repository:
git clone https://github.com/InfraBlockchain/infra-evm-parachain
- Use
cargo
to build the parachain node without launching it:
cargo build --release
You will need a compatible release of infrablockchain-substrate to run a local network. You may also want to use Zombienet (available for Linux and MacOS), for spinning up a full fledged relay chain - parachain environment. You can find more information about running a local test network HERE
2024.08.08 기준 1f0a5d1ab32e19f5bf3366f7a56bc0648c8de083
commit 빌드 확인 (당시 기준 master 브랜치)