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