Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaencarrodine/lens-token-gated-posts
https://github.com/jaencarrodine/lens-token-gated-posts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaencarrodine/lens-token-gated-posts
- Owner: jaencarrodine
- Created: 2022-11-10T01:31:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T01:15:50.000Z (about 2 years ago)
- Last Synced: 2024-08-03T16:09:28.517Z (5 months ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - lens-token-gated-posts - Token gated Lens posts example. (Development / Libraries & Tools)
README
## ⚠️ This uses the Lit sdk directly - this is no longer advisable ⚠️
Lens has released their own gating sdk [https://docs.lens.xyz/docs/gated](https://docs.lens.xyz/docs/gated) which is easier to use and applies the correct metadata standards
# Token gated Lens posts
## Live Demo:
[https://lensgate.netlify.app/](https://lensgate.netlify.app/)## Getting Started
First, install packages:```bash
npm install
```Then, run the development server:
```bash
npm run dev
```## Learn More
To learn more about this stack, take a look at the following resources:
- [Lens Protocol](https://docs.lens.xyz/docs)
- [Lit Protocol Documentation](https://developer.litprotocol.com/) - Token gating, access controls, and encryption
- [RainbowKit Documentation](https://rainbowkit.com) - Learn how to customize your wallet connection flow.
- [wagmi Documentation](https://wagmi.sh) - Learn how to interact with Ethereum.
- [Next.js Documentation](https://nextjs.org/docs) - Learn how to build a Next.js application.
- [Alchemy NFT API](https://docs.alchemy.com/reference/nft-api-quickstart)