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.
- Host: GitHub
- URL: https://github.com/dongri/donate-blink
- Owner: dongri
- Created: 2024-07-24T02:23:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:24:50.000Z (9 months ago)
- Last Synced: 2025-03-10T10:22:12.525Z (about 2 months ago)
- Topics: blink, solana
- Language: TypeScript
- Homepage: https://donate.huatuo.xyz
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```