Fastest way to create smart contract erc20

Today, I will share with you how to create smart contract erc20.

So, what is the erc20? 
An ERC20 token is a blockchain-based asset with similar functionality to bitcoin, ether, and bitcoin cash: it can hold value and be sent and received. ERC20 is an official protocol for proposing improvements to the Ethereum (ETH) network. ERC stands for Ethereum Request for Comment, and 20 is the proposal identifier. This is a common standard for creating tokens on the Ethereum blockchain.

Let's start.

Up and Running Spring Boot Project in 28 seconds

Up and Running Spring Boot Project in 28 seconds

Prerequisites:

- Jdk 8+
- Maven or maven wrapper
- Mac: brew install maven
- Linux: sudo apt install maven
mvn clean package spring-boot:run
http://localhost:8080/