Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/push-protocol/push-frames
https://github.com/push-protocol/push-frames
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/push-protocol/push-frames
- Owner: push-protocol
- Created: 2024-03-14T08:21:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:34:29.000Z (8 months ago)
- Last Synced: 2024-05-16T00:20:48.272Z (8 months ago)
- Language: TypeScript
- Homepage: https://frames.push.org
- Size: 366 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 StartedFirst, run the development server:
```bash
pnpm install
pnpm dev
```