Skip to content

Commit

Permalink
revise multichain testing docs (Agoric#9737)
Browse files Browse the repository at this point in the history
_incidental_

## Description
Some minor clarifications that were helpful to me

### Security Considerations


### Scaling Considerations


### Documentation Considerations


### Testing Considerations


### Upgrade Considerations
  • Loading branch information
mergify[bot] authored Jul 19, 2024
2 parents ac88da5 + 35e25b5 commit 5d70529
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 168 deletions.
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.

0 comments on commit 5d70529

Please sign in to comment.