Install dependencies:
npm i
Build:
npm run build
Configure:
cp ./config/local.env .env
Reset the ceremony state:
npm run reset-db
If you're going to test with a coordinator-client, you must create the initial challenges using coordinator-client.
Start:
npm run start-nodemon
Curl ceremony state:
curl localhost:8080/ceremony | jq '.'
See --help
for details:
node dist/index.js --help
Copy one of the below to .env
:
- local.env is a config for local development
- azure.env is congig for storing contributions in Azure blob storage
See CONTRIBUTING.md.