- Install node v18. Recommended way to install node is via nvm
cp .env.example .env
docker compose up
- Optional, if using nvm, then
nvm use
npm i
chmod +x issue-au.sh
./issue-au.sh
- Make sure to add generated data in this file keys/keys.md and commit changes to main branch
Result will appear in console:
AID=*****************************************
PUBLIC KEY=*****************************************
PRIVATE KEY=*****************************************
AU issued
- Uncomment line in .env that are for debugging in IDE
- Use launch config in .vscode/launch.json and run debugger via IDE debug option