The Husky Token Faucet is a free and easy-to-use tool that allows users to receive Husky Tokens. Tokens are created on ethereum goerli
. With this faucet, you can receive a small amount of Husky Tokens for free.
Watch video tutorial here : https://www.loom.com/share/23ee6aa159e74816a011fa548ba4190a or
click the video below :
-
🦊To use the faucet , you need to install metamask. The link to install metamask is https://metamask.io/
-
Visit the site here or paste in browser the link :husky-faucet.vercel.app.
-
Select the
connect
button press the connect button to connect metamask to the faucet. -
Click on
get Tokens
Click onget Tokens
to recieve 50 husky tokens.
The faucet will automatically send a small amount of Husky Tokens to your wallet. You can access the faucet again and get tokens after 1 minute. -
Wait for the transaction to confirm . This may take a few minutes, depending on network congestion.
-
Once the transaction has confirmed, you should see the Husky Tokens in your wallet!
- Contract Address for HuskyToken : 0xF54976cbF1AD686cd3F1EAc526c957F6D2904216
- Total Supply : 69,000,000
- link for the ERC20 huskytoken : https://goerli.etherscan.io/token/0xf54976cbf1ad686cd3f1eac526c957f6d2904216
- Contract Address for HuskyFaucet :0x48fCdF49c83F2cad3ADA1771179924B21a04d587
- Etherscan link for Faucet : https://goerli.etherscan.io/address/0x48fCdF49c83F2cad3ADA1771179924B21a04d587
- to test , in the terminal , type :
npx hardhat test
Before you get started, make sure you have the following software installed on your machine:
- Node.js: You can download Node.js from https://nodejs.org/en/.
To install the project, follow these steps:
- Clone this repository to your local machine.
- Open your terminal and navigate to the project directory(faucet-ui).
- Run npm install to install all the necessary dependencies.
- Once the installation is complete, run npm start to start the development server.
- Open your web browser and navigate to http://localhost:3000 to view the app.
To use the app, follow these steps:
- Open your web browser and navigate to http://localhost:3000.
- Use the app as intended.
To deploy the app, follow these steps:
- Run npm run build to create a production-ready build of the app.
- Deploy the contents of the build directory to your preferred hosting platform.
If you'd like to contribute to the project, please follow these steps:
- Fork the project to your own GitHub account.
- Create a new branch with a descriptive name.
- Make your changes to the codebase.
- Push your changes to your branch.
- Create a pull request to merge your changes into the master branch of the original repository.