Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 477 Bytes

Express CSL Boilerplate

This is a boilerplate of building and submitting Cardano transaction using cardano-serialization-lib.

Getting Started

yarn # or npm install
yarn start # or npm start
The server will start on http://localhost:3000 by default.

Testing

yarn test # or npm test

Error Handling

The API handles errors and validation using custom middleware. It guards incorrect types in request body and path param.