leapdao / meta

Everything meta and not-fitting to other repos
Creative Commons Attribution Share Alike 4.0 International
9 stars 7 forks source link

SMT Ethereum Token Prototype #140

Closed roleengineer closed 5 years ago

roleengineer commented 5 years ago

Bounty

Create a token (like ERC20) that doesn't store balances, but only the merkle root of all data. When token holders want to read balance or send transfers, then they would need to bring proofs. Create a backend (lambda functions) as a small webservice that would track the events in the token contract and provide proofs to who-ever is interested.

Scope

Deliverables

eshavkun commented 5 years ago

PR approved: https://github.com/roleengineer/ERC20_template/pull/2 Deployments: contract https://ropsten.etherscan.io/address/0x89e5afffc89185af83bc3aa02da227acf30c9acb#code balanceof https://a81uibpm08.execute-api.eu-west-2.amazonaws.com/default/balanceofl?address=0xcC692921A9D2327B61c3347EB4c07CED0cE7c61c transfer https://a81uibpm08.execute-api.eu-west-2.amazonaws.com/default/transferl?sender=0xcC692921A9D2327B61c3347EB4c07CED0cE7c61c&recipient=0x812F4FB767d3291F3ad84433D251192cd644e913&amount=1000