zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
823 stars 1.14k forks source link

I am migrating it to typescript, it has almost been done. #339

Open calidion opened 6 years ago

calidion commented 6 years ago

here are things I have done.

  1. separated modules
  2. added tests for most modules
  3. enabled support for node.js v8, v6, v4
  4. changed js to typescript for providing type awareness.

you can check it here, https://github.com/vigcoin/pool-runner

I am testing for it's correctness and stability.

any help is appreciated.

thank you.