This project is a sample implementation of a webhook that checks the validity of A-Cube signature.
To run it, first install dependencies with
npm install
Compile Typescript code with
npx tsc
Then start the server with
npm start
The server should now be running on port 3000.