Generating Wallets
5. Pick a secret phrase to encrypt your wallets
6. Create 3 new wallets
a) Type this to create a wallet. This will create 3 wallets and show you the public keys.
python generate-wallets.py --create 3Public Key: 0x123A1b7b4F176Bd83F2a42cb59e3c1A722B2685b
Public Key: 0x36951A5Cd1B96A9e702Bd3Ef7BC50eD7CA5bB36a
Public Key: 0x4206230f06D014F249b282ddb59a7D311C18879fb) To create wallets and immediately show their private keys too
c) If you just want to view the private key of an existing wallet
7. Import the private keys to Rabby/Metamask (optional)
8. Edit your “.env” file
Last updated