Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.08 KB

CHAOSNET.md

File metadata and controls

47 lines (30 loc) · 1.08 KB

How to use

Before running

make chaosnet

you need to log into our private Docker image registry in order to pull the private images. Go to https:/settings/tokens/new and generate a new token with read:packages scope. Copy the access token to your clipboard.

Next, run

docker login ghcr.io

and enter your GitHub username for the username field, and your personal access token for the password.

Now you can run

make chaosnet

How to force pull images from the registry

By default, images won't re-fetch from upstream registries. To force a pull, you can run

make chaosnet-build

to force re-build and pull images.

Endpoints

  • http://localhost:5555 -> GraphQL server
  • http://localhost:26657 -> Tendermint RPC server
  • tcp://localhost:9090 -> Cosmos SDK gRPC server
  • http://localhost:1317 -> Cosmos SDK LCD (REST) server
  • http://localhost:8000 -> Faucet server (HTTP POST only)

FAQ

make chaosnet says that "Additional property name is not allowed"

Make sure to update your docker application to version 23.0.1