|
Sep 6 2014
declare_tax.js https://github.com/resilience-me/resilience.me/blob/master/Code/declare_tax.js Example of how the resilience.me -client works. You can connect IOUs, and choose to declare tax. It interfaces Ripple, and sends data between Ripple and the resilience.me-server. It´s not finished yet. To test: install npm download declare_tax.js install ripple-lib and run the script: $ npm install ripple-lib $ node declare_tax.js |
|