electic / jobcoin-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobcoin

This repo is a small collection of starter templates for the Jobcoin Mixer programming challenge. There are three different versions provided for you to choose: Scala, Python, and NodeJS. It's perfectly okay to use another language you feel more comfortable writing in and simply use these examples as a loose guide.

All the implementations provided are roughly identical in what they provide to you:

  • a basic CLI app that accepts return addresses and gives back a deposit address to send funds to
  • a recommended library to use for Jobcoin API calls
  • a recommended library to use for tests

The mixing algorithm and any other changes are left for you to implement.

About


Languages

Language:Scala 57.4%Language:Python 22.2%Language:JavaScript 20.4%