-
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
metamask-extension
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
As stated in the previous post, interacting with web3 applications requires a browser that has a built in wallet. In this simple example we'll use Metamask. Metmask comes pre-configured for Etherium and maybe a few other EVM based blockchains, but not our simulated blockchain in the Hardhat environment. To get this all running, we are going to first setup Metmask, then create the HTML/Javascript needed to call our contract.
-
hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
Related posts
-
đŸ”¥ Ethereum Basics: From Wallets to Smart Contracts
-
Simple Start to Smart Contract Development with Hardhat
-
How to Create a FullStack Dapp using Next JS, Tailwind CSS and The graph. (Part 1)
-
How to deploy your first smart contract on Ethereum with Solidity and Hardhat
-
Is TypeScript useful for defi/dapp development?