Skip to content

nft-login/nft-marketplace

Repository files navigation

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.