github.com/s7techlab/cckit@v0.10.5/examples/token/chaincode/erc20/README.md (about)

     1  # ERC-20 token with fixed `total supply`
     2  
     3  With:
     4  
     5  * [addresses](../../service/account)
     6  * [config for 1 token per chaincode](../../service/config_erc20)
     7  * [balances and transfers between balances](../../service/balance)
     8  * [allowance and transfers by spender from owner account](../../service/allowance)