Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinatacloud/send-cast-api
https://github.com/pinatacloud/send-cast-api
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinatacloud/send-cast-api
- Owner: PinataCloud
- Created: 2024-03-18T15:59:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:08:32.000Z (9 months ago)
- Last Synced: 2024-11-30T16:04:57.582Z (23 days ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cast-api
To install dependencies:
```bash
bun install
```Create an `.env` file and fill out the variables below
```
PRIVATE_KEY=
FID=
```The `PRIVATE_KEY` would be a key generated by your app that is authorized to send casts on your behalf, [read here for more info](https://www.pinata.cloud/blog/how-to-sign-in-with-warpcast).
To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.