Welcome to Framework contracts monorepo.
I assume you have NodeJS NPM/YARN, Postgres, RabbitMQ and Redis installed or, you can just use docker and docker compose :)
In any case you have to fill up sensitive keys in .env files
PRIVATE_KEY=
PRIVATE_KEY1=
PRIVATE_KEY2=
PRIVATE_KEY3=npm i
npm run bootstrap
npm run build- Stop all containers (if any) and clean existing besu and start fresh
docker stop $(docker ps -a -q)
docker compose down -v
rm -rf besu
docker compose up -d-you will have local Besu blockchain and block explorer up and running
npm run testThere is Swagger API documentation configured on http://localhost:3001/swagger
For fine tune check services READMEs