Skip to content

nft-login/nft-marketplace

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Early Access Games NFT Marketplace

NFT marketplace for Game Maker to provide early access as NFTs.

How to test

Run the DApp Locally

Install truffle

npm install -g truffle

Install ganache-cli

npm i ganache-cli

Run ganache-cli

ganache-cli --port 8545

Install dependencies

npm install

Compile smart contract

truffle compile

Deploy smart contract to ganache

truffle migrate --network evmos

Test smart contract

truffle test

Start DApp

npm start
  • Open metamask browser wallet and connect network to Localhost 8545.
  • Import accounts from ganache-cli into the metamask browser wallet to make transactions on the DApp.