Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revise multichain testing docs #9737

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions multichain-testing/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.tsimp
.yarn/*
!.yarn/patches/*
# fetched chain info from running starship
starship-chain-info*
# output of build script to get update running chain info
revise-chain-info*
start*
17 changes: 11 additions & 6 deletions multichain-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ The `agoric` software revision includes the vats necessary for building and test

## Initial Setup

Ensure you have `kubectl`, `kind`, `helm`, and `yq` installed on your machine.
First, ensure you have Kubernetes available. See https://docs.cosmology.zone/starship/get-started/step-2.

The following will install `kubectl`, `kind`, `helm`, and `yq` as needed.

```sh
make setup
make clean setup
```

## Getting Started
Expand All @@ -28,15 +30,18 @@ make setup
# install helm chart and start starship service
make install

# expose ports on your local machine. useful for testing dapps
make port-forward
# wait for all pods to spin up
watch kubectl get pods
```

**Wait 10-12** minutes. It takes some time for the above to finish setting up. Use `watch kubectl get pods` to confirm all pods are up and running before running the next command.
**Wait 10-12** minutes. It takes some time for the above to finish setting up. The watch command should show a table in which the STATUS of every pod is Running.

To setup finish setting up Agoric, then run:

```bash
# expose ports on your local machine. useful for testing dapps
make port-forward

# set up Agoric testing environment
make fund-provision-pool override-chain-registry
```

Expand Down
162 changes: 0 additions & 162 deletions multichain-testing/starship-chain-info.js

This file was deleted.

Loading