Skip to content

Files

Latest commit

 

History

History
29 lines (24 loc) · 740 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 740 Bytes

📜 Cryp-Tour Contracts

🌠 Overview

  • 📚 provider-js: NodeJS-Module for listening to newly created Datasets
  • 📚 web-lib: Browser-Library for interation with CrypTour-Contracts
  • 📜 contracts: Contracts of CrypTour

🚀 Installation

Install truffle on your system:

npm install -g truffle

Make sure to have a local blockchain running. See Ganache. Compile the Contracts using:

truffle compile

Deploy them using:

truffle deploy

📈 Testing

Test using truffle:

truffle test