hedgehog34 / token-faucet-dapp

fully functional faucet for newly created tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started TKN Faucet Dapp

Pull repo

  git clone https://github.com/hedgehog34/token-faucet-dapp.git
  cd token-faucet-dapp
  npm install

Once installed, let's run Hardhat's testing network:

npx hardhat node

Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:

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

Finally, in the third terminal we can run the frontend with:

npm start

About

fully functional faucet for newly created tokens


Languages

Language:JavaScript 82.9%Language:HTML 10.5%Language:CSS 4.3%Language:Solidity 2.3%