{"id":38092313,"url":"https://github.com/xdv/divvy-wallet","last_synced_at":"2026-01-16T20:58:42.735Z","repository":{"id":31450823,"uuid":"35014631","full_name":"xdv/divvy-wallet","owner":"xdv","description":"Divvy Wallet Generator","archived":false,"fork":false,"pushed_at":"2020-12-08T06:09:29.000Z","size":8520,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T23:19:40.607Z","etag":null,"topics":["cryptocurrency","cryptography","divvy","secret","test-vectors","xdv"],"latest_commit_sha":null,"homepage":"https://xdv.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-04T04:49:29.000Z","updated_at":"2022-03-02T14:31:18.000Z","dependencies_parsed_at":"2022-08-24T21:41:52.311Z","dependency_job_id":null,"html_url":"https://github.com/xdv/divvy-wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xdv/divvy-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdv%2Fdivvy-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdv%2Fdivvy-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdv%2Fdivvy-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdv%2Fdivvy-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdv","download_url":"https://codeload.github.com/xdv/divvy-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdv%2Fdivvy-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cryptocurrency","cryptography","divvy","secret","test-vectors","xdv"],"created_at":"2026-01-16T20:58:42.638Z","updated_at":"2026-01-16T20:58:42.704Z","avatar_url":"https://github.com/xdv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Divvy Wallet\n\nThis is a simple, lightweight tool to generate a new divvy wallet,\nwhich consists of public and secret key components.\n\nBeyond portability, the tool was created to isolate the cryptography\nbehind wallet generation in the divvy client and divvy-lib.\n\n### Usage\n\n  ```js\n  var divvyLib = require('divvy-lib');\n  var DivvyWallet = require('divvy-wallet')({\n    sjcl: divvyLib.sjcl\n  });\n\n  DivvyWallet.generate();\n  ```\n    \nwill generate a random, unfunded Divvy address and secret.\n\n  ```js\n  { \n    address: 'r3sBHwjwAb6eFpHbCEbJmhC8scmDeqXZyZ',\n    secret: 'snovmDoPbb5Y14JVA5wxtBtPgHNaP' \n  }\n  ```\n\n### Tests\n\nRun the automated test suite, which uses test vectors from the wiki:\n\n    npm test\n\n### Algorithm Docs and Test Vectors\n\nA description of the Cryptography can be found on the [Wiki](https://wiki.xdv.io/en/Account_Families).\n\n### Notes\nEnvironment:\n  node.js \u003e 0.10.25\n  mocha@2.5.1\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdv%2Fdivvy-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdv%2Fdivvy-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdv%2Fdivvy-wallet/lists"}