S

Simple Dapp

Dapp that mints our own ERC-20 token, shows the user's balance, and allows users to transfer tokens between each other.

3
S

Simple Dapp

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 frontend with Ethereum Web3 API.

Discussion