-
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.
Please ensure you have downloaded the following additionally
- Ganache
- Truffle (global installation)
- Metamask.io (hooked up on the browser)
-
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