https://github.com/greathayat/hello-world-blockchain
A simple web application to interact with the Solidity Smart Contract!
https://github.com/greathayat/hello-world-blockchain
alchemyapi blockchain ethereum ethersjs hardhat hardhat-deployment hardhat-node metamask-wallet smart-contracts solidity
Last synced: 7 months ago
JSON representation
A simple web application to interact with the Solidity Smart Contract!
- Host: GitHub
- URL: https://github.com/greathayat/hello-world-blockchain
- Owner: GreatHayat
- Created: 2022-04-22T20:23:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T20:56:13.000Z (over 3 years ago)
- Last Synced: 2025-01-16T02:30:20.845Z (9 months ago)
- Topics: alchemyapi, blockchain, ethereum, ethersjs, hardhat, hardhat-deployment, hardhat-node, metamask-wallet, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world-blockchain
A simple web application to interact with the Solidity Smart Contract!## Steps to setup the `backend-app`
- cd `backend-app`
- `npm install`
- `npx hardhat compile`
- `npx hardhat run scripts/deploy.js --network localhost` (This command will give you the address of deployed `smart contract`
- `npx hardhat node`## Steps to setup the `frontend-app`
- cd `frontend-app`
- `npm install`
- `npm start`
- Make sure, you have installed the metamask extension in your chrome browser## How to import hardhat test account in the MetaMask and get test ETH
- Following link will help you to setup the metamask wallet with hardhat node
- https://www.youtube.com/watch?v=FTDEX3S1eqU