An open API service indexing awesome lists of open source software.

https://github.com/ceramicstudio/solutions-sdk

A collection of purpose-built developer libraries, example applications, data models, and adjacent services to reduce developer friction when working with Ceramic.
https://github.com/ceramicstudio/solutions-sdk

Last synced: about 1 year ago
JSON representation

A collection of purpose-built developer libraries, example applications, data models, and adjacent services to reduce developer friction when working with Ceramic.

Awesome Lists containing this project

README

          

# Solutions SDK

## Installation

This monorepo uses [pnpm](https://pnpm.io/), make sure to install it first if you don't already have it.

1. `pnpm install` to install the dependencies
1. `pnpm run build` to build all the packages

### Additional scripts

- `pnpm run lint` to run the linter in all packages
- `pnpm run test` to run tests in all packages
- `pnpm run docs` to generate API documentation

## License

Dual licensed under [MIT](LICENSE-MIT) and [Apache 2](LICENSE-APACHE)