Commit graph

4 commits

Author SHA1 Message Date
wael-shama
593d23fb28
Update token_contract.go
add Allowance, Approve and TransferFrom functions
2020-10-25 12:53:15 +02:00
wael-shama
5cf584ba27
Update token_contract.go
Add ERC20 functions TotalSupply, Approve, Allowance and TransferFrom.
2020-10-22 23:34:08 +03:00
Julian Castrence
6d47d06a9b Implemented TotalSupply function of ERC-20 Token Standard
FAB-18275

Signed-off-by: Julian Castrence <juliancastrence@ibm.com>
2020-10-22 14:05:05 -04:00
denyeart
fa0529c393
Add account-based token sample (go chaincode) (#318)
Add an account-based token sample go chaincode, as well as an associated readme tutorial.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2020-10-14 08:26:38 +02:00