From 190fd026f692cf200cddfa35a5be93951207855a Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Thu, 14 Mar 2024 13:19:19 -0500 Subject: [PATCH] fixup! docs: document deployment tools WIP in dapp-agoric-basics --- main/guides/coreeval/local-testnet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/guides/coreeval/local-testnet.md b/main/guides/coreeval/local-testnet.md index 3eeddefb1..a20af02aa 100644 --- a/main/guides/coreeval/local-testnet.md +++ b/main/guides/coreeval/local-testnet.md @@ -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. @@ -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: