miden-faucet

Crates.iomiden-faucet
lib.rsmiden-faucet
version0.4.0
sourcesrc
created_at2024-04-27 10:09:45.786294
updated_at2024-07-04 22:21:00.126239
descriptionMiden node token faucet
homepagehttps://polygon.technology/polygon-miden
repositoryhttps://github.com/0xPolygonMiden/miden-node
max_upload_size
id1222474
size278,296
Bobbin Threadbare (bobbinth)

documentation

README

Miden node

This crate contains a binary for running a Miden rollup faucet.

Running the faucet

  1. Run a local node, for example using the docker image. From the "miden-node" repo root run the following commands:
make docker-build-node
make docker-run-node
  1. Install the faucet (with the "testing" feature):
make install-faucet-testing
  1. Create the default faucet configuration file:
miden-faucet init
  1. Start the faucet server:
miden-faucet start

After a few seconds you may go to http://localhost:8080 and see the faucet UI.

License

This project is MIT licensed.

Commit count: 272

cargo fmt