Crates.io | sn_faucet |
lib.rs | sn_faucet |
version | 0.5.3 |
source | src |
created_at | 2023-11-07 10:52:52.687378 |
updated_at | 2024-10-07 13:18:04.896131 |
description | The Safe Network Faucet |
homepage | https://maidsafe.net |
repository | https://github.com/maidsafe/safe_network |
max_upload_size | |
id | 1027948 |
size | 261,792 |
This is a command line application that allows you to run a Safe Network Faucet.
Run cargo run -- <command>
to start the application. Some of the commands available are:
ClaimGenesis
: Claim the amount in the genesis CashNote and deposit it to the faucet local wallet.Send
: Send a specified amount of tokens to a specified wallet.Server
: Starts an http server that will send tokens to anyone who requests them.For more information about each command, run cargo run -- <command> --help
.