Skip to content

hashchat-xyz/hashchat-app

Repository files navigation

Hashchat App!

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

Getting Started

  • Clone the repo

In your application folder:

npm install
# or
yarn install

Run scripts

Use npm run or yarn run with one of the following scripts:

  • dev: compile and run a development server
  • build: compile for production
  • serve: run a local server for production build

Learn More

Learn more about the Self.ID SDK and framework in the Ceramic documentation.

License

Dual licensed under MIT and Apache 2.