[WIP] Add Contribution contract #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "contribution-contract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The contribution contract implements an ERC721 interface which represents any contribution.
The contributions are non-fungible (as opposed to the Kredits tokens) and can be not be transferred.
The contract stores the history of any contribution. Contributions can be claimed which will issue the Kredits tokens to the contributor.
This is an early implementation and misses some access control and probably more things.
To do:
ref: #52