# rolla-faucet

This repo contains the Rolla faucet contract, and scripts to interact with the contract.

## How to configure a newly deployed Rolla Faucet

Export the deployer private key `export PRIVATE_KEY=1234566...`, then replace the RollaFaucet address in [app/src/main.rs](app/src/main.rs#L33), and then finally run `cargo run app` from the top level of this repo.
