-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When following the current README's make fund step, I see Error: key with address agoric125d8s0tamx50gpqdd3m7f5gtkzkcnjs0ehsujr not found: key not found.
This is because agd tx swingset provision-one wallet requires that the provisionee is the caller, and agoric125d8s0tamx50gpqdd3m7f5gtkzkcnjs0ehsujr is not in the keyring of the docker container.
Expected Behavior
I suggest we do some combination of:
-
put a
TEST_MNEMONICvar in the Makefile, and ensure we doagd keys add --keyring-backend=test --interactiveto add it. -
Put the MNEMONIC in the README, so devs can add it to keplr and use the UI
A better (higher effort) approach:
-
Add faucet functionality to the UI
-
Add smart wallet provisioning to the UI
Metadata
Metadata
Assignees
Labels
No labels