You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_MNEMONIC var in the Makefile, and ensure we do agd keys add --keyring-backend=test --interactive to 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
The text was updated successfully, but these errors were encountered:
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, andagoric125d8s0tamx50gpqdd3m7f5gtkzkcnjs0ehsujr
is not in the keyring of the docker container.Expected Behavior
I suggest we do some combination of:
put a
TEST_MNEMONIC
var in the Makefile, and ensure we doagd keys add --keyring-backend=test --interactive
to 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
The text was updated successfully, but these errors were encountered: