Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/starlingvibes/blinkease
- Owner: starlingvibes
- Created: 2024-06-29T09:20:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T10:52:23.000Z (5 months ago)
- Last Synced: 2024-07-02T10:53:13.043Z (5 months ago)
- Language: TypeScript
- Homepage: https://blinkease.blinkease.workers.dev/
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/