osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Use keyring for signing (Signer-account) #46

Closed daniel-farina closed 2 years ago

daniel-farina commented 2 years ago

For the signer-account option I think having a few predefined ones works well for localosmosis but for testnet/mainnet it would be best to use:

https://docs.cosmos.network/master/run-node/keyring.html

I guess we could call them: system-signer-account && beaker-signer-account?

This way we can allow people to request testnet tokens via the faucet for their own addresses, and eventually add an option to the faucet to approve contracts as well as we discussed yesterday.

daniel-farina commented 2 years ago

Also @iboss-ptk asked: What is the process with Ledger?

daniel-farina commented 2 years ago

Maybe we should try to do this manually first to understand the process.

ValarDragon commented 2 years ago

Is the goal to wrap the Osmosisd cli, or to directly access the keyrings themselves?

iboss-ptk commented 2 years ago

Should bet the latter, I think.