Skip to content

Commit

Permalink
fixup! docs: document deployment tools WIP in dapp-agoric-basics
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 14, 2024
1 parent d32760c commit 190fd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/guides/coreeval/local-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
2. Build the transaction contents.
3. Sign and broadcast the transactions.

For a local agoric blockchain:
For an local agoric blockchain:

1. Ensure that you have [started your local agoric blockchain](../getting-started/#starting-a-local-agoric-blockchain):
use `yarn docker:logs` to check that your chain is running; if not, use `yarn start:docker` to start it.
Expand Down Expand Up @@ -60,11 +60,11 @@ Installing a contract costs 0.02IST per kilobyte.

On a local chain, use `yarn docker:make mint100` to get 100 IST, which should be enough. _`mint100` works by sending some ATOM from a "whale" account and using the ATOM to open a vault._

On devnet, use the [devnet faucet](https://devnet.faucet.agoric.net/) to get 25IST. You might need to use 2 or 3 times.
On devnet, use the [devnet faucet](https://devnet.faucet.agoric.net/) to get 25 IST. You might need to use 2 or 3 times.

### Installing, submitting with **cosgov** Web UI

The Cosmos Proposal Builder at [cosgov.org](https://cosgov.org) is one way to prepare the transactions. It supports the local chain as well as **devnet** etc.
The Cosmos Proposal Builder at [cosgov.org](https://cosgov.org) is one way to submit the transactions. It supports the local chain as well as **devnet** etc.

You'll need a `.json` formatted bundle:

Expand Down

0 comments on commit 190fd02

Please sign in to comment.