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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a8be7b · Mar 17, 2023

History

54 Commits
Dec 29, 2022
Mar 17, 2023
Jan 18, 2023
Jan 16, 2023
Jan 17, 2023
Feb 6, 2023
Feb 3, 2023
Jan 3, 2023
Jan 3, 2023
Jan 3, 2023
Jan 5, 2023
Jan 3, 2023
Jan 3, 2023
Mar 17, 2023

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