Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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