Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 938 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 938 Bytes

pond

Pond is an easy way to set up a local Kujira development chain.

Installation

sudo cp pond /usr/local/bin/

Usage

Init new pond

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

Start pond

pond start

Stop pond

pond stop

Show pond information

pond info

Dev Containers

To open the repository in a VS Code Devcontainer:

[!WARNING] Do not use it in Github Codespaces as the Kujira apps will not see it at the required IP Addresses

This will install:

  1. Pond
  2. Rust with cosmwasm and wasmd
  3. Node
  4. Go