Skip to content

Simplest ethereum dapp frontend demo to use as reference template - part of Simple Series

Notifications You must be signed in to change notification settings

thegitparticle/simple-ethereum-dapp

Repository files navigation

🤚Simple Series

The Simple Series aims to maintain repos of the simplest way to build various frontends that interact with smart contracts. You can find more from this series at the end of this page.

Simple Ethereum DApp

Here is the simplest frontend (dapp) that interacts with a smart contract on the Ethereum blockchain. You can find the contract here - Etherscan. This dapp is built with Next.js and uses the Alchemy API to interact with the Ethereum blockchain. You can find more info about the contract in its repo. The contract and this dapp are made to work with the Ethereum Goerli Testnet currently.

How it use?

You can checkout the live hosted demon at - https://simple-ethereum-dapp.vercel.app/.

You can also run the code on your own.

  1. Clone the repo onto your computer.
  2. Add alchemy api key of your to an .env file just as shown in .evn.example
  3. yarn && yarn dev
  4. Open http://localhost:3000 with your browser to see the result.

Contributions

All kinds of contributions from upgrading the code, libraries, readme, add new features, etc. are welcome.

More from the 🤚Simple Series

  1. Simple Ethereum Contract

About

Simplest ethereum dapp frontend demo to use as reference template - part of Simple Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published