This is a boilerplate of building and submitting Cardano transaction using cardano-serialization-lib
.
yarn # or npm install
yarn start # or npm start
The server will start on http://localhost:3000 by default.
yarn test # or npm test
The API handles errors and validation using custom middleware. It guards incorrect types in request body and path param.