docs: simplify running local chain step in the readme#246
Conversation
samsiegart
left a comment
There was a problem hiding this comment.
Thanks for addressing this! I've just been using emerynet for testing lately, this will be very helpful. Just a couple comments.
| ``` | ||
|
|
||
| 4. Go the the [wallet](https://github.com/Agoric/wallet-app) repository and start a local client server: | ||
| 2. Clone and run wallet app |
There was a problem hiding this comment.
Wallet app isn't necessary anymore, we can remove this step
There was a problem hiding this comment.
@samsiegart Regarding the process of setting up the web wallet, I have a question. Currently, we set up the web wallet and proceed with our inter dApp test cases for updating/creating/deleting a vault. We're using the web wallet because it has enough ATOMs to serve as collateral. However, I'm wondering if this step might be outdated or if there's another way for provisioning the wallet that we should follow.
There was a problem hiding this comment.
The web wallet interfaces with the same account/smart wallet on-chain as the dapp-inter and Keplr, so the ATOM balance isn't a factor. I assume you're using it to provision the smart wallet by paying 10 BLD (and also suggest the local testnet to Keplr). The provisioning step can be done inside dapp-inter via this feature: #219
Adding the local testnet to Keplr I don't think is possible yet with dapp-inter. It should probably be added as a feature if not, but not a blocker for testing if you can do it with the web wallet already.
| ``` | ||
|
|
||
| 5. Open the [wallet UI](http://localhost:3000/wallet/) and adjust Settings to use the localhost network. | ||
| 3. Open the [wallet UI](http://localhost:3000/wallet/) and adjust Settings to use the localhost network. |
There was a problem hiding this comment.
We can remove this step as well
| ### Setup | ||
|
|
||
| 1. Download and build the latest copy of `agoric-sdk`, including Agoric's Cosmic SwingSet. | ||
| 1. Run the agoric local chain |
There was a problem hiding this comment.
How do we get the keplr seed or access to a faucet now? I think it's worth mentioning here.
There was a problem hiding this comment.
yes, i should add getting gov1 mnemonic from the a3p docker.
| If you created a Keplr account with the seed from YOUR_ACCOUNT_KEY, you should already have a smart wallet provisioned. | ||
|
|
||
| 6. Return to this repository and `yarn && yarn dev` to start the local server with Hot Module Replacement (which automatically refreshes the UI as you change source files). To connect to your local wallet UI, use http://127.0.0.1:5173/?wallet=local. | ||
| 4. Return to this repository and `yarn && yarn dev` to start the local server with Hot Module Replacement (which automatically refreshes the UI as you change source files). To connect to your local wallet UI, use http://127.0.0.1:5173/?wallet=local. |
There was a problem hiding this comment.
Nit: If we delete the wallet-app stuff then change the wording away from "Return to this repository"
No description provided.