sn_faucet

Crates.iosn_faucet
lib.rssn_faucet
version0.4.30
sourcesrc
created_at2023-11-07 10:52:52.687378
updated_at2024-07-08 16:04:03.704893
descriptionThe Safe Network Faucet
homepagehttps://maidsafe.net
repositoryhttps://github.com/maidsafe/safe_network
max_upload_size
id1027948
size263,674
MaidSafe-QA (MaidSafe-QA)

documentation

https://docs.rs/sn_node

README

Safe Network Faucet

This is a command line application that allows you to run a Safe Network Faucet.

Usage

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.

Commit count: 4014

cargo fmt