bytesbay / web3-token

Web3 Token is a new way to authenticate users in a hybrid dApps using signed messages. Implementation of EIP-4361.
380 stars 50 forks source link

Add example ACCOUNT_MNEMONIC in .env #38

Closed Drarig29 closed 2 years ago

Drarig29 commented 2 years ago

This comes from a test case of the ethers.js project:

https://github.com/ethers-io/ethers.js/blob/ce8f1e4015c0f27bf178238770b1325136e3351a/packages/testcases/input/easyseed-bip39/bip39_vectors.en.json#L4

With this, users won't need to set their personal mnemonic or find a false one on their own.