Dapp that mints our own ERC-20 token, shows the user's balance, and allows users to transfer tokens between each other.
The problem Simple Dapp solves
Ethereum distributed application (dapp).Build a Dapp that mints our own ERC-20 token, shows the user's balance, and allows users to transfer tokens between each other
Challenges I ran into
I found it difficult to integrate the frontend with Ethereum Web3 API.