Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geektrovert/noize
- Owner: Geektrovert
- Created: 2022-10-28T03:43:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T07:44:22.000Z (about 1 year ago)
- Last Synced: 2024-11-25T06:48:54.682Z (2 months ago)
- Topics: blockchain, cryptocurrency, e-commerce, ethersjs, javascript, nft, nft-marketplace, polygon, react, reactjs, solidity, typescript, web3
- Language: TypeScript
- Homepage: https://noiiize.vercel.app
- Size: 4.16 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```