"/hardhat"
cd hardhat
npm i
npx hardhat compile
npx hardhat test
npx hardhat deploy --network sepolia
(don´t forget to add the environment variables needed)
DEPLOY="..."
ES_API="..."
PS_API="..."
INFURA="..." \
We need the deployer private key, Etherscan API Key, Polygonscan API Key (optional) and Infura API Key
"/frontend"
npm i
npm run dev