sn_faucet

Crates.iosn_faucet
lib.rssn_faucet
version0.5.3
sourcesrc
created_at2023-11-07 10:52:52.687378
updated_at2024-10-07 13:18:04.896131
descriptionThe Safe Network Faucet
homepagehttps://maidsafe.net
repositoryhttps://github.com/maidsafe/safe_network
max_upload_size
id1027948
size261,792
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: 5303

cargo fmt