koinos / koinos-contract-standards

A repository to propose, track, and discuss smart contract standards for the Koinos Blockchain.
4 stars 2 forks source link

Adds KCS-3 #9

Closed sgerbino closed 3 months ago

sgerbino commented 3 months ago

Adds the already finalized KCS-3 standard. This is a modified version of the PR by @joticajulian.

joticajulian commented 3 months ago

Thanks for working on this @sgerbino 👍

sgerbino commented 3 months ago

All protocol buffer method arguments should be _arguments and all results should be _result. Also, we should add each of these standards to https://github.com/koinos/koinos-proto. I propose we put them in contracts/standard/kcs-*.proto. I did not completely review all of these refactors, simply normalize them so they can be reviewed individually.