Pond is an easy way to set up a local Kujira development chain.
sudo cp pond /usr/local/bin/
The init step creates the validator and price feeder config needed to run a local Kujira chain and stores it in $HOME/.pond
.
pond init --nodes 1
pond start
pond stop
pond info
To open the repository in a VS Code Devcontainer:
- Use VS Code on your local machine
- Install the Dev Containers VS Code extension
- Click on the bottom left and choose to Reopen in Container
[!WARNING] Do not use it in Github Codespaces as the Kujira apps will not see it at the required IP Addresses
This will install:
- Pond
- Rust with cosmwasm and wasmd
- Node
- Go