/nodebb-plugin-feathercoin

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

NodeBB Feathercoin Tipping Plugin

This repo serves as a staging ground for the nodebb feathercoin tipping plugin.

Purpose

The purpose of this plugin is to create an easy method for users of nodebb to tip each other. If you would like to see this in action, you can view at Feathercoin Forum

Presently it uses the BIP 21 to launch one of the following wallets:

This allows the transfer of any amount of Feathercoin directly using your wallet, rather than relying on a 'tipbot'

Other wallets supporting BIP 21 should work, too, but are not tested.

Installation

requires min nodeBB 0.6.0

The latest released version is available on NPM and can be downloaded within the Admin panel

Alternative if you want to experiment with more recent version you can access directly from GitHub

git clone https://github.com/wellenreiter01/nodebb-plugin-feathercoin

cp nodebb-plugin-feathercoin ./nodebb/node_modules/

goto the nodebb Admin

General reload

EXTEND

Plugins

Activate nodebb-plugin-feathercoin

Browser requirements

Windows/Linux

Crome based browsers should work out of th box. For other browsers a network protocol handler must be added manually, to get the 'feathercoin:' protocol pointed to the feathercoin wallet. See broswer documentation for details how to do this.

Android

Standard browser works without any modifications.