Monorepo for the SelfID SDK and reference application.
This monorepo uses Yarn workspaces, make sure to install it first if you don't already have it.
yarn install
to install the dependenciesyarn build
to build all the packages
yarn lint
to run the linter in all packagesyarn test
to run tests in all packagesyarn docs
to generate API documentation
The SelfID application is available using Ceramic's mainnet on self.id and the Clay testnet on clay.self.id.
Self.ID packages are organized in the following stack:
┌─────────────────────────────┐ ┌─────────────┐
│ framework │ │ 3box-legacy │
├─────────────┬─┬─────────────┤ └─────────────┘
├─────────────┤ ├─────────────┤
│ react │ │ image-utils │
├─────────────┤ └─────────────┘
├─────────────┤
│ web │
├─────────────┤
├─────────────┤
│ core │
└─────────────┘
Predefined setups using common technologies to build applications using the Self.ID SDK.
Name | Description |
---|---|
next-notes-typescript |
Notes taking application setup using Next.js and TypeScript |
webpack-basic |
Basic Webpack setup |
webpack-basic-typescript |
Basic Webpack setup using TypeScript |
- Paul Le Cam (@paullecam)
The SDK packages, templates and apps are dual licensed under MIT and Apache 2.