DEV Community

Kimani Kelly
Kimani Kelly

Posted on

ERC-20 CLI Faucet

Summary

Hi everyone, I wanted to share this project I've been working on for any constructive criticism and reviews to help sharpen my knowledge with Blockchain technology and general Software Engineering. I appreciate all forms of advice and looking forward to what this community thinks about it, thank you.

Github Repository

Built With

Features

  • Connect your Ethereum wallet to the application by supplying your private key and Infura Rinkeby provider url inside of a .env file.

  • Execute a command to view the amount of TEST TOKENS the connected wallet will receive.

  • Execute a command to view the amount of TEST TOKENS the Token.solsmart contract has in its balance.

  • Execute a command to view the TEST TOKEN balance of a wallet.

  • Execute a command to view the Rinkeby ETH balance of a wallet.

  • Execute a command to receive the FundAmount from Token.sol. The FundAmount will be deposited into the connected wallet.

Future Features

  • Integrate the MySQL Database to record every transaction
  • Containerize the application through Docker for an easier installation process
  • More unit tests

Top comments (0)