React app for connecting with ceramic network via lit protocol.
makes EXTENSIVE use of this example: https://github.com/LIT-Protocol/CeramicIntegrationExample
and
https://github.com/LIT-Protocol/CeramicIntegration
Full ceramic docs Full Lit Protocol docs
- Clone the repo
In your application folder:
npm install
# or
yarn install
Use npm run
or yarn run
with one of the following scripts:
dev
: compile and run a development serverbuild
: compile for productionserve
: run a local server for production build
Learn more about the Self.ID SDK and framework in the Ceramic documentation.