iamtrask / Sonar

DEPRECATED - Decentralized Machine Learning Server (hosted on Blockchain)
Apache License 2.0
141 stars 49 forks source link

Feature/avoid global truffle #12

Closed axelhodler closed 6 years ago

axelhodler commented 6 years ago

fixes #11

Avoids the issue where developers use different versions of truffle and abstracts the truffle usage away in case we ever want to switch to something else.

The developer does not need to invoke truffle directly anymore.

Info: As we now use the newest solidity compiler we get some warnings (migration and tests still run). They will be fixed in a subsequent PR

axelhodler commented 6 years ago

Dockerfile.testrpc updated, needed to copy the package.json into the container so we install the version defined there