Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geektrovert/noize

The winner code repo for Affine Hack
https://github.com/geektrovert/noize

blockchain cryptocurrency e-commerce ethersjs javascript nft nft-marketplace polygon react reactjs solidity typescript web3

Last synced: 2 days ago
JSON representation

The winner code repo for Affine Hack

Awesome Lists containing this project

README

        

# 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

```yaml
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:

```bash
yarn
```

Running the dev server:

```bash
yarn dev
```

Building the codebase:

```bash
yarn build
```

### Smart-contract Codebase

Installing dependencies:

```bash
yarn
```