OpenST / developer-guidelines

Guidelines on code, project setup, etc.
MIT License
3 stars 8 forks source link

Deduplicate ERC20 Token #28

Open schemar opened 5 years ago

schemar commented 5 years ago

Follow-up to https://github.com/OpenST/mosaic-contracts/pull/728

For testing, all repositories should use ERC20 Token from openzeppelin's npm package instead of re-creating it themselves.

Some repositories require an ERC20 interface in order to call contracts from within tests and other things. For those cases, use a dependency on openzeppelin.

https://github.com/OpenZeppelin/openzeppelin-solidity/tree/master/contracts/token

benjaminbollen commented 5 years ago

is there an OpenZeppeling or by others implementation that we can use to deduplicate ?

schemar commented 5 years ago

https://github.com/OpenZeppelin/openzeppelin-solidity/tree/master/contracts/token