This is a simple utility to calculate the modulo of transactions as employed by Criptan.
Clone the repository and then execute:
yarn install
After that, you should have a dist/ directory with the Javascript files. You can use node to run them but if you prefer to make an executable, run:
yarn package
This will create executables of the files for mac, linux and windows.
- Provide a bitcoin transaction hash
- Specify the divisor
- ???
- Profit!! (well, you may not be the one who profits, but anyways, profit!)