Handling metamask on web
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.
Welcome
Docusaurus blogging features are powered by the blog plugin.
Simply add Markdown files (or folders) to the blog directory.
Regular blog authors can be added to authors.yml.
The blog post date can be extracted from filenames, such as:
2019-05-30-welcome.md2019-05-30-welcome/index.md
A blog post folder can be convenient to co-locate blog post images:

The blog supports tags as well!
And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.
MDX Blog Post
Blog posts support Docusaurus Markdown features, such as MDX.
tip
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
Greetings!
Congratulations, you have made your first post!
Feel free to play around and edit this post as much you like.
Long Blog Post
This is the summary of a very long blog post,
Use a <!-- truncate --> comment to limit blog post size in the list view.
First Blog Post
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet





