Skip to content

Framework for serverless NFT(ERC721) Decentralized Applications using Ethereum, IPFS and other developer tools

Notifications You must be signed in to change notification settings

billPortalNetwork/nifty-game

 
 

Repository files navigation

Crypto Hero

This project is a crypto card game base on ERC721, non-fungible token, using OpenZepplin.

How To Install Dependencies

First install required dependencies:

You'll need local ethereum node, I recommend ganache-cli. You can install it from npm.

npm install -g ganache-cli

Then install contract dependencies:

npm install

How To Test

First make sure that local ethereum node is running. Execute:

ganache-cli --gasLimit 0xffffffffff -p 8545

Now you can compile and deploy contracts:

truffle compile && truffle migrate

Run contract tests:

truffle test

About

Framework for serverless NFT(ERC721) Decentralized Applications using Ethereum, IPFS and other developer tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • CSS 6.7%
  • HTML 1.3%