Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.58 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.58 KB

NFT Marketplace

Mint, Trade, Create Decaying NFTs

Powered By Solidity & Ethereum

Build Status

  • NFT Marketplace is a platform where users can create NFTs for any digital asset which can be treated as their intellectual property such as image, music, gif, etc.

  • They can also purchase NFTs. Organizations can use the platform to issue decaying or non-decaying NFTs to individuals like course certificates, vaccination certificates, degrees, digital warranties etc.

This project aims to build a NFT Marketplace for minting (creating) and purchasing NFTs of multiple categories.

Getting Started

Pre-requisites

Please ensure you have downloaded the following additionally

  1. Ganache
  2. Truffle (global installation)
  3. Metamask.io (hooked up on the browser)

Development Environment

  • Please run npm install on the terminal to download the appropriate packages already defined to the package.json file.

  • Make sure you are in the source file of frontend branch (currently in development)

  • To run the development server on a local host scripts :

npm run start

  • To run Unit Tests defined via Mocha.js and Assertion using Chai.js :

truffle test

Tools and Technologies