Thanks. If you mean Ethereum you have quite a few options:
youtube.com/watch
This is the same application I built but uses different tools. (The whole channel is worth watching, although a bit out-dated with React)
If you want to learn the language (solidity) basics:
cryptozombies.io
Calvin Torra
Thanks for this Tutorial.
I spent the day going through it trying to learn some new things, but when starting the app, I get
React Hook useEffect has a missing dependency: 'connectBlockChain'. Either include it or remove the dependency array react-hooks/exhaustive-depsIt's not an error I've faced before, I'm just curious if you ran into the same problem?
Thanks again