concordium-rust-smart-contracts
concordium-rust-smart-contracts copied to clipboard
WIP: remuneration example
Purpose
closes https://github.com/Concordium/concordium-rust-smart-contracts/issues/127
Changes
Adding a new example smart contract for a mini-tutorial
Checklist
- [x] My code follows the style of this project.
- [x] The code compiles without warnings.
- [ ] I have performed a self-review of the changes.
- [ ] I have documented my code, in particular the intent of the hard-to-understand areas.
- [ ] (If necessary) I have updated the CHANGELOG.
@DOBEN What is the status of this PR? Do you intend to continue it, or should we close it?
Can you explain what a renumeration smart contract is meant to be?
We can close it for now. The idea of this smart contract was to use it for a tutorial to showcase how a smart contract can interact with a CIS2 token e.g. how the CIS2_receive_hook works and some other smaller details e.g. making the smart contract an operator to showcase the feature of operators @abizjak .
closing