Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 342 Bytes

Simple ether wallet

  1. To install all dependences run command: yarn
  2. Run npx hardhat compile
  3. Run npx hardhat node
  4. Run npx harhat run scripts/sharedWallets.js --network localhost
  5. With the contract deployed, create a .env file in root folder with the variable => REACT_APP_CONTRACT
  6. Run the proyect with the command: yarn start