Skip to content

Cryp-Tour/contracts

Repository files navigation

📜 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

Releases

No releases published

Packages

No packages published