Indexes and caches contract data to make the api client application faster and more flexible.
To run the server in watch mode (nodemon) for rapid development;
cd sbtc-bridge-api
node -v
v19.7.0
npm install
npm run dev
Note: the dev script concurrently builds the swagger docs for the application.