$ npm install
$ npx hardhat node
- Copiar la clave privada de las direcciones e importarla a Metamask
- Conecta tu metamask al hardhat blockchain, 127.0.0.1:8545.
npx hardhat run src/backend/scripts/deploy.js --network ganache
$ npx hardhat test
$ npm run start