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.
- Host: GitHub
- URL: https://github.com/ceramicstudio/solutions-sdk
- Owner: ceramicstudio
- License: other
- Created: 2024-03-20T09:25:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:23:06.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:02:08.908Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 590 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)