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

https://github.com/dongri/donate-blink

By simply entering the necessary information, anyone can create a donation link.
https://github.com/dongri/donate-blink

blink solana

Last synced: about 2 months ago
JSON representation

By simply entering the necessary information, anyone can create a donation link.

Awesome Lists containing this project

README

        

# Donate Blink

By simply entering the necessary information, anyone can create a donation link.

## development
```bash
$ npm install
$ npm run dev

$ open http://localhost:3000
```

## production
```bash
$ docker-compose up -d
```