22 lines
391 B
Markdown
22 lines
391 B
Markdown
# laconic-faucet
|
|
|
|
* Install dependencies and build:
|
|
|
|
```bash
|
|
yarn && yarn build
|
|
```
|
|
|
|
* Set the private key of a funded faucet account as `faucetKey` in the [config file](./environments/local.toml)
|
|
|
|
* Run the faucet:
|
|
|
|
```bash
|
|
yarn start-faucet
|
|
|
|
# Expected output:
|
|
# Config:
|
|
# ...
|
|
# Faucet server running on port <port>
|
|
# Using DB directory '/path/to/faucet/data/db'
|
|
```
|