You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
TODO details:
The text was updated successfully, but these errors were encountered: