InfraBlockchain / infra-newnal-parachain

infra-newnal-parachain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infra Newnal parachain

๐Ÿš€ Getting Started

๐Ÿฆ€ Rust Setup

Make sure you have Rust installed along with everything that's needed to compile a substrate node. More details here.

๐Ÿ”ง Build

  1. Clone the Infra Newnal parachain repository:
git clone https://github.com/InfraBlockchain/infra-newnal-parachain
  1. Use cargo to build the parachain node without launching it:
cargo build --release

๐Ÿ•ธ๏ธ Run a local network

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

About

infra-newnal-parachain

License:The Unlicense


Languages

Language:Rust 99.6%Language:Dockerfile 0.4%