https://github.com/starkleytech/substrate-faucet
https://github.com/starkleytech/substrate-faucet
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkleytech/substrate-faucet
- Owner: starkleytech
- License: apache-2.0
- Created: 2020-11-11T17:48:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:22:47.000Z (over 2 years ago)
- Last Synced: 2024-01-25T04:52:50.411Z (almost 2 years ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - Substrate Faucet Bot - Python-based faucet for development purposes. (Tools)
README
# 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"
```