https://github.com/pinatacloud/send-cast-api
https://github.com/pinatacloud/send-cast-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinatacloud/send-cast-api
- Owner: PinataCloud
- Created: 2024-03-18T15:59:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:08:32.000Z (about 2 years ago)
- Last Synced: 2025-03-24T01:36:32.902Z (about 1 year 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.