MediaWiki extension for having users manage their Bitcoin addresses usable for multiple purposes but without any specific purpose implemented or suggested by this extension itself.
The main feature of the extension is its Special:UserBitcoinAddresses
special page which allows
each registered wiki user to associate Bitcoin addresses with him or herself. Other users can not
see those addresses by default. Other extensions might use these user related Bitcoin addresses
for various purposes.
- MediaWiki 1.25+
- PHP 5.4+
- Composer for the installation.
Feel free to fork the code on GitHub and to submit pull requests.
You can run the PHPUnit tests by navigating into the tests/phpunit
directory of your MediaWiki
installation and running
php phpunit.php -c ../../extensions/UserBitcoinAddresses