Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinatacloud/send-cast-api


https://github.com/pinatacloud/send-cast-api

Last synced: 17 days ago
JSON representation

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.