{"id":20393953,"url":"https://github.com/stewsquared/jobmixer","last_synced_at":"2025-03-05T00:40:29.804Z","repository":{"id":81643046,"uuid":"130424907","full_name":"stewSquared/Jobmixer","owner":"stewSquared","description":"JBC Mixer","archived":false,"fork":false,"pushed_at":"2018-05-25T05:19:08.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T10:56:47.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stewSquared.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-21T00:11:58.000Z","updated_at":"2019-03-14T18:05:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"43cfc829-ca9b-4789-8c5a-710d5bbe92b7","html_url":"https://github.com/stewSquared/Jobmixer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewSquared%2FJobmixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewSquared%2FJobmixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewSquared%2FJobmixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stewSquared%2FJobmixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stewSquared","download_url":"https://codeload.github.com/stewSquared/Jobmixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945475,"owners_count":20046865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T03:51:16.872Z","updated_at":"2025-03-05T00:40:29.734Z","avatar_url":"https://github.com/stewSquared.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Jobmixer - A Jobcoin Mixer\n\nTo use, install `sbt` and run:\n\n```bash\nsbt \"run foo bar baz\"\n```\n\nwhere foo, bar, and baz are your withdrawal addresses.\n\nThis will start a new mixer and generate a deposit address.  Once the\ndeposit is detected, the mixer will transfer funds to your withdrawal\naddresses, then exit.\n\nAlternatively, just run `sbt console`, then paste something like the following.\n\n```scala\nimport jobcoin._\nval client = new RestClient()\nval mixer = new AsyncMixer(client)\nval (depositAddress, _) = mixer.mix(\"foo\", \"bar\", \"baz\")\nval customerAddress = newAddress(\"customer\")\n\nclient.create(customerAddress)\nclient.send(from = customerAddress, to = depositAddress, Jobcoin(13))\n```\n\nUse `sbt scalafmt` and `sbt test` to format and run tests, respectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewsquared%2Fjobmixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstewsquared%2Fjobmixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewsquared%2Fjobmixer/lists"}