Polygon Mumbai - As Mumbay has recently changed to Amoy, the frontend of this project is not available
💻 This is a small project that let you buy items on the polygon testnet, mumbai.
Try it out on https://tinconomad.github.io/Aynimarket/ 🚀
In the code, you will found:
- Smart Contract
- Main proyect
- test
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- React.js (Frontend Framework)
- Install NodeJS
$ npm install
or $ yarn
$ npx hardhat test
$ npx hardhat node
In a separate terminal execute:
$ npx hardhat run ./scripts/deploy.js --network localhost
$ npm run start