Skip to content

Creating a platform to mint a digital token, implementing all the standard ERC165, ERC 721 Connector, Enumerable and dApp contracts from scratch.

Notifications You must be signed in to change notification settings

sarthak-19/MintForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creating a platform to mint a digital token, implementing all the standard ERC165, ERC 721 Connector, Enumerable and dApp contracts from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published