https://github.com/lit-protocol/mintlit
https://github.com/lit-protocol/mintlit
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lit-protocol/mintlit
- Owner: LIT-Protocol
- Created: 2021-05-19T21:07:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T20:56:43.000Z (over 4 years ago)
- Last Synced: 2023-03-04T13:52:46.814Z (over 3 years ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintLIT
MintLIT is a demo application of the LIT protocol, which lets you lock and encrypt content behind an NFT. Most of the documentation lives inside the SDK docs, here: https://github.com/LIT-Protocol/lit-js-sdk
If you wish to deploy your own instance of MintLIT, then read on.
## Getting Started
MintLIT is a React app that uses Firebase for a backend. To get started, run `yarn` to install dependencies.
You will also need a Firebase project. Firebase is primarily used for hosting and for metadata storage. Put your Firebase project config inside src/utils/firebase.js.
## Running
Run `yarn start` to run this project locally. Note that it will need a Firebase backend to work fully.