@evrynetlabs/erc20-adaptor
v1.0.2
Published
A proxy contract for ERC20 based DeFi to use EER2 function ## Installing / Getting started You can compile and deploy this contract on [remix](https://remix.ethereum.org/#optimize=false&evmVersion=null) ## Developing ### Build With - [Solidity](https://so
Downloads
2
Keywords
Readme
ERC20-Adaptor
A proxy contract for ERC20 based DeFi to use EER2 function
Installing / Getting started
You can compile and deploy this contract on remix
Developing
Build With
Prerequisites
Setting up Dev
$ npm install -g truffle
$ npm install -g [email protected]
$ yarn install
Building
$ truffle build
Versioning
We use a SemVer for versioning. Please see the release.
Specification
Notes:
- The following specifications use syntax from Solidity 0.5.0 (or above)
ERC20Adapter
This set of functions are all related to the ERC20 Token Standard
ERC20AdaptorFactory
function deployAdaptor(uint256 _creditTypeID) public returns (address)
Returns the ERC20Adapter address whch binds with credit type id
Test
Run truffle test
to run the unit tests.
Style guide
We use the following command to maintain the formatting and linting.
yarn run solhint
yarn run prettier:solidity
Licensing
ERC20 Adapter is licensed under the Open Software License ("OSL") v. 3.0, also included in our repository in the LICENSE file.