https://github.com/jaencarrodine/lens-token-gated-posts
https://github.com/jaencarrodine/lens-token-gated-posts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaencarrodine/lens-token-gated-posts
- Owner: jaencarrodine
- Created: 2022-11-10T01:31:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T01:15:50.000Z (over 3 years ago)
- Last Synced: 2024-11-17T02:34:29.486Z (over 1 year 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)