Hello, is there any elrond documentation around where the average person who wants to learn how to build smart contracts on elrond can learn? Everything seems aimed at highly experienced developers. How can a developer who's never used elrond before start learning with simple examples?
I am not sure if it will help (no proper docs yet, some in the readme) but here we have a super simple smart contract with links to the docs in the code: https://github.com/ElrondDevGuild/elrond-simple-sc/blob/master/src/lib.rs (it's main purpose is for learning)
https://docs.elrond.com/developers/tutorials/crowdfunding-p1/
I am not sure if it will help (no proper docs yet, some in the readme) but here we have a super simple smart contract with links to the docs in the code: https://github.com/ElrondDevGuild/elrond-simple-sc/blob/master/src/lib.rs (it's main purpose is for learning)