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

ahlumin/nifty-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nifty Game

This repo 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 82.7%
  • CSS 16.3%
  • HTML 1.0%