NFT marketplace for Game Maker to provide early access as NFTs.
- install metamask.
- get some ether from eg. https://faucets.chain.link/kovan
- visit our marketplace https://nft-login.github.io/nft-marketplace/kovan/#/
- Buy an nft on the market https://nft-login.github.io/nft-marketplace/kovan/#/marketplace
- If you can login here https://nft-login.github.io/nft-login-demo/kovan/ it worked an you own an nft for this game
npm install -g truffle
npm i ganache-cli
ganache-cli --port 8545
npm install
truffle compile
truffle migrate --network evmos
truffle test
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.