https://github.com/push-protocol/push-frames
https://github.com/push-protocol/push-frames
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/push-protocol/push-frames
- Owner: push-protocol
- Created: 2024-03-14T08:21:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T15:38:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T19:47:59.310Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://frames.push.org
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Channel Optin Frame
Just send http://localhost:3000/api/{env}/{channelAddress} as a text message in Push Chat, Viola! Anyone in that chat can directly optin to your channel. Works on Staging Network.
## Getting Started
First, run the development server:
```bash
pnpm install
pnpm dev
```