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

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

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