Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 530 Bytes

Adventure-Token

Repo for the Adventure Token (TWA)

Testing

This project utilizes Truffle Suite to automate testing.

You will need to install Truffle:

npm install truffle -g

and Ganache CLI:

npm install -g ganache-cli

Once installed, run Ganache CLI in a terminal:

My-Comp:~ johndoe$ ganache-cli

Then, from the root of this project, run the tests:

truffle test