Closed webmaster128 closed 5 years ago
Looking at the import statements in https://github.com/nomiclabs/truffle-flattener/tree/master/tests/contracts, it seems like truffle (or maybe only truffle-flattener) is able to import the contracts from node_modules automatically. That way we can use OpenZeppelin imports via npm instead of copying the files.
Removed
Further issues:
- [ ] ERC20 implementation
- [ ] Use OpenZeppelin
- [ ] Consider git submodules for OpenZeppelin if enough files
- [ ] Make Mintable for testing purposes
from the original list in this ticket, which is now covered by #7 and #8
Done. Made CI setup it's own issue #16
check
andcheckSecret