Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 627 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 627 Bytes

Noize

Full-stack codebase for Noize, a P2P handicraft marketplace, utilizing the L2 Polygon blockchain. Currently we only support PoS USDC on Polygon.

Tech Stack

Frontend:
  - React
  - Next.js
  - Chakra UI
  - Ethers.js
  - React Hook Form
  - React Query
  - React Icons
  - Web3.storage
Smart-contract:
  - Solidity
  - OpenZeppelin
  - Polygon

Running the Codebase

Web2 Codebase

Installing dependencies:

yarn

Running the dev server:

yarn dev

Building the codebase:

yarn build

Smart-contract Codebase

Installing dependencies:

yarn