teamforus / research

Shared learning of decentralized development.
https://forus.io
The Unlicense
27 stars 6 forks source link

POC: ERC20-complaint tokens #53

Closed martijndoornik closed 5 years ago

martijndoornik commented 6 years ago

poc-ERC20 token

Background / Context

Goal: Create a recreatable token for any and every application with the four roles (see poc6)

Hypothesis:

The token will implement the structure for all ERC20 tokens, allowing easier transactions with it. However, they will require validations other than having enough money.

Method

ERC20 standard has certain functions that a ERC-complaint token must meet. By extending these, an ERC20 token can be used in the fashion described

Result

present findings

Recommendation

write recomendation

martijndoornik commented 6 years ago

On hold as is dependant on #54, waiting until resolved.

martijndoornik commented 5 years ago

This is done outside the POC-context. If this alone is still something that should be shown independently, please reopen this issue and assign me to it.