https://github.com/selfkeyfoundation/lit-protocol-poc
Proof of concept for Lit Protocol
https://github.com/selfkeyfoundation/lit-protocol-poc
Last synced: about 1 year ago
JSON representation
Proof of concept for Lit Protocol
- Host: GitHub
- URL: https://github.com/selfkeyfoundation/lit-protocol-poc
- Owner: SelfKeyFoundation
- License: mit
- Created: 2023-04-12T10:12:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T10:25:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T20:49:48.133Z (over 1 year ago)
- Language: JavaScript
- Size: 457 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# lit-protocol-poc
## Overview
This project implements a react-based proof of concept testing the Lit Protocol platform. It consists in two views: one where the data provider submits data with a price, and a "marketplace" view where a data consumer gets an authorized signature to make a payment and subsequently decrypt the data.
## Prerequisites
* [NodeJS](htps://nodejs.org), v16.1.0+
## Initialization
npm install
npm run dev
Then open a browser on http://localhost:3000 and interact with the app.
Upon authorizing payment, you should copy the signature provided by the Lit Protocol and use it to make a payment to the PaymentContract as implemented on `lit-protocol-poc-contracts`. The payment contract should previously be given enough allowance to make the payment.
## Contributing
Please see the [contributing notes](CONTRIBUTING.md).