Crates.io | miden-faucet |
lib.rs | miden-faucet |
version | |
source | src |
created_at | 2024-04-27 10:09:45.786294+00 |
updated_at | 2025-03-27 01:41:33.499127+00 |
description | Miden node token faucet |
homepage | https://polygon.technology/polygon-miden |
repository | https://github.com/0xPolygonMiden/miden-node |
max_upload_size | |
id | 1222474 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate contains a binary for running a Miden rollup faucet.
make docker-build-node
make docker-run-node
make install-faucet
output-path
:miden-faucet create-faucet-account \
--output-path <path to faucet.mac> \
--token-symbol POL \
--decimals 9 \
--max-supply 1000000000
[!TIP] This account will not be created on chain yet, creation on chain will happen on the first minting transaction.
-f
flag (if you want to use an account from the genesis, specify the path to the faucet.mac
file generated by the make-genesis command of the Miden node):miden-faucet init -f <path to faucet.mac>
miden-faucet start
After a few seconds you may go to http://localhost:8080
and see the faucet UI.
This project is MIT licensed.