Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavorix/polygon-nft-marketplace
An NFT Marketplace React dApp prototype on the Polygon blockchain with basic functionalities such as acquire and mint NFTs using ERC721 Smart Contract and Interplanetary File System IPFS.
https://github.com/kavorix/polygon-nft-marketplace
blockchain erc721 erc721-tokens ethereum ipfs nft nft-gallery nft-marketplace polygon smart-contracts web3
Last synced: about 2 months ago
JSON representation
An NFT Marketplace React dApp prototype on the Polygon blockchain with basic functionalities such as acquire and mint NFTs using ERC721 Smart Contract and Interplanetary File System IPFS.
- Host: GitHub
- URL: https://github.com/kavorix/polygon-nft-marketplace
- Owner: Kavorix
- Created: 2024-11-28T19:02:42.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T19:10:38.000Z (about 2 months ago)
- Last Synced: 2024-11-28T20:21:52.761Z (about 2 months ago)
- Topics: blockchain, erc721, erc721-tokens, ethereum, ipfs, nft, nft-gallery, nft-marketplace, polygon, smart-contracts, web3
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polygon-NFT-marketplace
## Features
- The React Framework for Production
- Ethereum development environment for professionals
- Automatically generate TypeScript bindings for smartcontracts while using Hardhat.
- A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
- clean HTML with component classes
- standard for secure blockchain applications## Install
```sh
yarn install
```## Usage
```sh
yarn dev
```## Run tests
```sh
yarn test
```