Exercises related to Advanced Blockchain Concepts and Oracles chapter at Udacity Blockchain Nanodegree
To install, download or clone the repo, then move to the required exercise branch with either:
git checkout ExerciseC6A
git checkout ExerciseC6B
git checkout ExerciseC6C
git checkout ExerciseC6D
and for each exercise run:
npm install
truffle compile
To run truffle tests:
truffle test ./test/ExerciseC6A.js
or npm test
This code was created with the following versions of tools: