mediawiki/user-bitcoin-addresses

MediaWiki extension allowing users to submit his Bitcoin addresses for usage with other Bitcoin related extensions.

v1.0.0rc1 2015-07-23 23:05 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:56:59 UTC


README

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.

Latest Stable Version Build Status Download count

Requirements

Contributing

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