In this post, I present how to handle Metamask on the web with interactive examples using React components. I hope it is helpful to someone.
The purposes of this post are as follows:
- Show how to attach Metamask on the web
 - Show how to make a transaction using Metamask on the web
 - Show how to deploy smart contract(minting coin) using Metamask on the web
 
This post is based on this resource of Metamask docs.
For all source code of this page, please visit my github.
