Full-stack codebase for Noize, a P2P handicraft marketplace, utilizing the L2 Polygon
blockchain. Currently we only support PoS USDC on Polygon.
Frontend:
- React
- Next.js
- Chakra UI
- Ethers.js
- React Hook Form
- React Query
- React Icons
- Web3.storage
Smart-contract:
- Solidity
- OpenZeppelin
- Polygon
Installing dependencies:
yarn
Running the dev server:
yarn dev
Building the codebase:
yarn build
Installing dependencies:
yarn