A distributed event sourcing pattern written in TypeScript.


License
MIT
Install
npm install @valkyr/ledger@0.19.7

Documentation

Valkyr

Valkyr SDK. A collection of TypeScript + JavaScript tools and libraries to build full stack software applications.

Pre-Requisites

This project uses PNPM to manage dependencies.

$ npm i -g pnpm

Setup

Install and build dependencies across all project folders:

$ pnpm install

Testing

We use jest for testing, just run the following command from root:

$ pnpm test