xdevguild/piggy-bank-sc

Rough TODO

Opened this issue · 0 comments

The smart contract is straightforward. It is for learning purposes. The primary goal is to prepare an example and guide new developers on how to write the smart contract and then connect it with the dapp. Maybe it will require a couple of articles.

The directory structure of the repo could be:

  • sc
    • elrond-wasm stuff
    • interaction scripts
    • tests
  • dapp

TODO details:

  • smart contract updates
  • new frontend dapp based on the dapp template, which will also land here
  • interactions scripts with erdpy
  • interactions scripts with erdjs
  • tests
  • documentation and tutorials
  • good comments in the code