Closed pi0neerpat closed 4 years ago
Adds the "Open Zeppelin" style for importing the contracts and built truffle .json files.
const rdaiContract = require('@rtoken/contracts/build/contracts/rDAI.json'); const rdaiAbi = rdaiContract.abi;
Other than /build folder, only the package.json and .gitignore is changed
Adds the "Open Zeppelin" style for importing the contracts and built truffle .json files.
Other than /build folder, only the package.json and .gitignore is changed