concordium-rust-smart-contracts icon indicating copy to clipboard operation
concordium-rust-smart-contracts copied to clipboard

WIP: remuneration example

Open DOBEN opened this issue 2 years ago • 2 comments

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 avatar Jun 27 '22 07:06 DOBEN

@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?

abizjak avatar Oct 24 '22 19:10 abizjak

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 .

DOBEN avatar Oct 27 '22 11:10 DOBEN

closing

DOBEN avatar May 15 '24 10:05 DOBEN