spruceid / did-tezos

The Decentralized Identifier method for the Tezos blockchain.
https://did-tezos.spruceid.com
Apache License 2.0
9 stars 1 forks source link

Remove mnemonic phrases/keys from repo, even for testing purposes #9

Closed wyc closed 3 years ago

wyc commented 3 years ago

It's probably best practice to generate mnemonic phrases on the fly if we need them, even for test vectors. It just triggers strange feelings in my head, such as when I see some seed phrases here: https://github.com/spruceid/did-tezos/blob/main/contract/taquito/originate.js#L17

wyc commented 3 years ago

Thanks, resolved.