Skip to content

moving zeppelin into folder

dju requested to merge fixForSolcCompiler into master

atm, we import the openzeppelin npm package directly within the contracts. this limits us to only use the solc-compiler version that truffle offers.

I chose to copy the library over and then delete all contracts that we do not need. That way the contracts can be left completely untouched

Edited by dju

Merge request reports