Skip to content

monax/aspen-sdk

Repository files navigation

Aspen Software Development Kit Monorepo

This it the development repository for the Aspen SDK. It is a monorepo containing the SDK package proper and a number of examples.

See the SDK Readme for further details on the SDK itself which is available as an NPM module.

You can clone this repo in order to run the examples and tests herein.

Build

From the root of the repository run:

pnpm install
# Generates necessary code then builds
pnpm build

To install dependencies and build all sub-packages.

Examples

A range of self-contained examples utilising the Aspen SDK can be found in the examples directory of this repository.