This guide will provide step-by-step how to run a local testnet chain
Step 1: Access the ORCHAINAI repository
The first thing you need to do is head over to the ORCHAINAI repository. This repository is designed to help you launch and interact with local testnet chain. You can find this repo here
Step 2: Clone the repository
After find ORCHAINAI repo, clone it to your desire folder
Copy
git clone https://github.com/orchainai/wasmd.git && cd wasmd
Step 3: Set up
Build the binary
Copy
make build
Check result
Copy
oraid version
Step 4: Start the local network
Copy
This command essentially creates a local network of three validators running in the background.