Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.37 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.37 KB

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

Processo de compilação

npx create-react-app react-token-faucet

npx hardhat run

npx hardhat node 

npx hardhat run scripts/deploy.js --network localhost


Repository creation in git

…or create a new repository on the command line

echo "# faucet-admin" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/torjc01/faucet-admin.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/torjc01/faucet-admin.git
git branch -M main
git push -u origin main

Reference

https://dev.to/richardmelko/ethereum-dapp-crash-course-make-an-erc20-token-faucet-frontend-2m43

https://remix.ethereum.org/

Faucet for goerli https://faucet.goerli.mudit.blog/

Deploy to web - for free https://app.netlify.com/

Site deployed https://elated-aryabhata-d0c610.netlify.app/