status-go/services/wallet/ierc20/README.md

5 lines
235 B
Markdown

ERC20 interface
===============
Can be used for interaction with any erc20 compatible token.
Code was taken from [zeppelin libraries](https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/IERC20.sol).