Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/starkleytech/substrate-faucet


https://github.com/starkleytech/substrate-faucet

Last synced: 3 months ago
JSON representation

Lists

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"
```