Post
Topic
Board Development & Technical Discussion
Re: [ANN] txtool: Advanced transaction building
by
KawalGrover
on 18/03/2014, 22:12:47 UTC
For non-nodejs people, you should now be able to install this as follows:
a) install nodejs (from nodejs.org)
b) run: $ npm install -g txtool

After that, you should be able run txtool from the shell:
$ txtool

This installs the nodejs txtool package with all dependencies in your global nodejs environment and then creates a symlink to the executable in your $PATH (usually /usr/local/bin).


It would be a good idea to put these instructions in the README on github. Will save non-nodejs people like me some time. Smiley

But that aside, thank you! This tool is aWeSoMe!!