Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 549 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 549 Bytes

Eth Card Game

NOTE: The project was cancelled and the development stopped. Use this project as a resource for dapp development.

Development

To develop the project the following tools are required:

  • Node
  • NPM
  • Truffle
  • Metamask

Once you have all the required tools run the following commands:

npm install
npm start

Make sure to have a development blockchain running

truffle develop
compile
migrate

Testing

To run tests once execute:

npm test

You can also run Jest in watch mode using:

npm test:watch