kcoin icon indicating copy to clipboard operation
kcoin copied to clipboard

Add a mine interface in chaincode

Open juniwang opened this issue 6 years ago • 0 comments

Currently when somebody makes a contribution, we actually transfer project token from project address to user's address. But that's not right since project's token might use up. We need to add to chaincode a new API so that we can generate new token for certain project and directly assign to the related contributor, while at the same time keep project's token unchanged.

See https://github.com/kaiyuanshe/kcoin/blob/master/dev_guide.md#chaincode-development for how to develop on chaincode

juniwang avatar Dec 21 '18 08:12 juniwang