4 releases (2 breaking)

0.4.0 Jul 4, 2024
0.3.1 May 16, 2024
0.3.0 May 16, 2024
0.2.1 Apr 27, 2024

#1 in #faucet

Download history 129/week @ 2024-04-26 5/week @ 2024-05-03 195/week @ 2024-05-10 128/week @ 2024-05-17 8/week @ 2024-05-24 1/week @ 2024-06-07 46/week @ 2024-06-28 88/week @ 2024-07-05

134 downloads per month

MIT license

365KB
4K SLoC

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.

Dependencies

~33–47MB
~840K SLoC