Open TxCorpi0x opened 3 years ago
@vjdmhd Starport now recognizes client.toml
when running starport chain serve
. Have you tried changing the default keyring with the following in config.yml
:
init:
client:
keyring-backend: "test"
what about no starport?
while issuing first key add
we need to add arg --keyring-backend=test
, Is this the new implementation?
I mean the first command determines the backend keyring, Is it true?
@vjdmhd Starport already uses test
as default. The keyring method tries to fetch the keyring backend for different places before using the default test keyring.
Contents of SPM (Starport Modules) moved under tendermint/starport by tendermint/starport#1968. Please continue your contributions there.
Thank you!
Hi, root.go#L165 should change the default backend to "test", but with starport@v0.17.3 generated binary uses "os" backend by default