Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/starlingvibes/blinkease

An infrastructure that allows anyone, anywhere easily create and deploy blinks
https://github.com/starlingvibes/blinkease

Last synced: about 5 hours ago
JSON representation

An infrastructure that allows anyone, anywhere easily create and deploy blinks

Awesome Lists containing this project

README

        

[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/zhelezkov/solana-action-templates/tree/main/cloudflare-workers-template)

## Setup

To create a new project using this template, run:

```sh
$ npm create cloudflare@latest -- --template https://github.com/zhelezkov/solana-action-templates/cloudflare-workers-template
```

## Dev

To test your project, run:

```sh
npm run dev
```

And then open Dialect interstitial website: https://dial.to/?action=solana-action:http://localhost:8787. It'll use your local web server, so you can develop and test almost in realtime.

## Deploy

You can use cloudflare workers to deploy, it's free and has a generous free tier:

```sh
npm run deploy
```

Read more: https://developers.cloudflare.com/workers/