Project Awesome project awesome

Substrate Faucet Bot

Python-based faucet for development purposes.

Package 3 stars GitHub

Faucet bot for substrate python3 based

This bot is a really simple bot without security or threshold. It's used to send coins with discord.

How to use :

  • create a discord bot
  • create a substrate address
  • configure :
TOKEN = 'Your_Discord_Bot_Token'
faucet_mnemonic = 'Your Substrate Mnemonic'
# usually you run it on the same server than the node 
node_rpc = "http://127.0.0.1:9933"
Back to Substrate