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.
Luther's base code is tested under node v10.18.1
. If you don't have node installed yet, do it via 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
Start a local web server using grunt (with an npm command) and go to http://localhost:9000.
$ npm run serve