https://github.com/farolfo/luther
Donate Bitcoin Now
https://github.com/farolfo/luther
bitcoin blockchain donations help humanity non-profit
Last synced: about 2 months ago
JSON representation
Donate Bitcoin Now
- Host: GitHub
- URL: https://github.com/farolfo/luther
- Owner: farolfo
- License: mit
- Created: 2019-04-29T00:10:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T02:25:40.000Z (over 6 years ago)
- Last Synced: 2025-02-02T17:39:52.972Z (over 1 year ago)
- Topics: bitcoin, blockchain, donations, help, humanity, non-profit
- Language: JavaScript
- Size: 37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luther - Donate Bitcoin Now
Luther is an open source non-profit project that looks for helping people donating money to verified charity entities and NGOs (Non Gubernamental Organizations) using Bitcoin.
Luther provides the BTC addresses of these organizations, with the link of their site in case the user wants to validate the address, which its always encouraged.
### Compile
Luther's base code is tested under node ```v10.18.1```. If you don't have node installed yet, do it via [nvm](https://github.com/creationix/nvm).
You MUST have already installed local ```grunt``` and ```babel``` scripts.
```
npm install grunt-cli
npm install --save-dev grunt-babel babel-cli
```
Then, run
```
$ npm install
```
### Run
Start a local web server using grunt (with an npm command) and go to http://localhost:9000.
```
$ npm run serve
```
### Test
### Contribute