Learning WEB3



Web3 integration with @Alchemy
https://docs.alchemy.com/alchemy/tutorials/simple-web3-script (and other tutorials)

At first you need to get ETH on testnet: https://faucets.chain.link/rinkeby

I guess a good practice exercise would be:
Create a Vue3 app, that enables the user to connect with metamask.
It displays user account and connected network.
It automatically reacts to network/account changes.
(we are using https://github.com/Web3Modal/web3modal)


Works like a charm with
Vue3: https://www.udemy.com/course/vuejs-2-the-complete-guide/
https://v3.vuejs.org/guide/introduction.html (pretty good default guide)

WEB 3