Skip to content

bretheren/kujira-pond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Dockerfile 8.5%