Coins wallet
Component ID
1876464
Component name
Coins wallet
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2220
Component created
Component changed
Component body
This drupal module is a wallet system to be used with a devcoin daemon or whatever daemon system compatible with bitcoin.
The original Drupal 6 module made by m0Ray was not relased.
Here is the link to the discussion : http://drupal.org/node/1030762
This module is a complete rewrite for drupal 7 using bitcoin-php library.
Here is the link to the library used inside this code : https://github.com/mikegogulski/bitcoin-php
This code was made with the help of http://devda.ch that gave me the idea to make it and debug it.
Commerce payment method
if you are looking for a coins payment method for commerce, you can try this one : https://github.com/ssm2017/commerce_coins
and if someone helps me to add fees management for it, i will add it on the d.o repository.
