Skip to content

Command line interface faucet application that deposits ERC-20 tokens from https://github.com/kimanikelly/contracts/blob/main/contracts/Token.sol to the connected user wallet on Goerli testnet.

Notifications You must be signed in to change notification settings

kimanikelly/cli-faucet-py

Repository files navigation

cli-faucet-py

Python application

Source Code Installation

Clone the repo

git clone https://github.com/kimanikelly/cli-faucet-py.git

Install the dependencies

pip install -r ./requirements.txt

Token.sol (TT) Information

Token.sol Goerli Etherscan link

https://goerli.etherscan.io/address/0xc8d16da2b9b9a30c0cadcf72b91a4a9f1739f39e

Token.sol contract address

0xC8D16Da2B9b9a30c0CADcF72B91a4A9f1739f39e

Token.sol source code

https://github.com/kimanikelly/contracts/blob/main/contracts/Token.sol

Setup Environment Variables

Create a .env file

touch .env

After creating the .env file set the environment variables by using .env.example as a template

Import Token.sol (TT) to a MetaMask wallet

CLI Commands

About

Command line interface faucet application that deposits ERC-20 tokens from https://github.com/kimanikelly/contracts/blob/main/contracts/Token.sol to the connected user wallet on Goerli testnet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published