junosha / dapp-template

✨ Learn how to build your first dapp With Ethers.js

Home Page:https://blog.logrocket.com/building-dapp-ethers-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Dapps With Ethers.js

Learn how to build your first Dapp with Ethers.js
https://blog.logrocket.com/building-dapp-ethers-js/

Info

Repo include the source-code for a dapp built with ethers.js, with the following functionalities:

  • Connect to Metamask or other ETH based wallet
  • Read USDC balance
  • Transfer USDC to other accounts

Setup

$ git clone https://github.com/AsaoluElijah/first-dapp.git
$ cd first-dapp
# switch to front-end branch
$ git switch front-end
$ code . # open with vscode

Screenshot

About

✨ Learn how to build your first dapp With Ethers.js

https://blog.logrocket.com/building-dapp-ethers-js/


Languages

Language:JavaScript 51.5%Language:HTML 47.2%Language:CSS 1.3%