Agoric / dapp-inter

User application for Agoric Inter Protocol—Vaults, BLD Boost, Liquidations, etc.
2 stars 10 forks source link

Obtaining `ACCOUNT_KEY` #64

Closed anilhelvaci closed 1 year ago

anilhelvaci commented 1 year ago

What is the Problem Being Solved?

In README.md -> Development -> Step 3 there's the below command;

agd keys add YOUR_ACCOUNT_KEY --keyring-backend=test // Your test account. You can name this whatever you want.

Where can I obtain YOUR_ACCOUNT_KEY? Can I find it under cosmic-swingset/t1 directory?

Thanks 🙏

Description of the Design

Security Considerations

Test Plan

turadg commented 1 year ago

YOUR_ACCOUNT_KEY is the name you choose for the key to be generated by agd keys add. That's what "You can name this whatever you want." is meant to convey.

PR welcomed for making this more clear.