Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentdnl/cryptotip
Donation button for cryptocurrencies
https://github.com/vincentdnl/cryptotip
bitcoin cryptocurrencies donation javascript
Last synced: about 1 month ago
JSON representation
Donation button for cryptocurrencies
- Host: GitHub
- URL: https://github.com/vincentdnl/cryptotip
- Owner: vincentdnl
- License: apache-2.0
- Created: 2018-08-12T20:57:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:44:54.000Z (almost 2 years ago)
- Last Synced: 2023-10-22T21:09:47.040Z (about 1 year ago)
- Topics: bitcoin, cryptocurrencies, donation, javascript
- Language: JavaScript
- Size: 2.28 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cryptotip
![Cryptotip screenshot](screenshot.png)
Donation button for cryptocurrencies.
![coverage](coverage/badge-lines.svg)
## Usage
1. import the css and js files
```html
...
......
...```
2. create your donation box widget
```html
```## Reference
* `data-bitcoin-address`: your bitcoin address
* `data-bitcoin-label`: the label in the donation uri (see: [BIP-0021](https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki))
* `data-modal-title`: the title that will be displayed on the modal## Licenses
See [LICENSE.md](LICENSE.md)
Icons are under Creative Commons Attribution 4.0: [https://fontawesome.com/license](https://fontawesome.com/license)