Skip to content

Geektrovert/Noize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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