{"id":21280903,"url":"https://github.com/consensysmesh/keyserver","last_synced_at":"2025-07-11T10:33:06.331Z","repository":{"id":87483237,"uuid":"48472238","full_name":"ConsenSysMesh/keyserver","owner":"ConsenSysMesh","description":"Lightwallet Keyserver","archived":false,"fork":false,"pushed_at":"2016-01-14T02:44:34.000Z","size":150,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T00:41:25.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ConsenSysMesh.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}},"created_at":"2015-12-23T06:04:22.000Z","updated_at":"2023-03-17T22:16:35.349Z","dependencies_parsed_at":"2023-03-17T22:30:48.222Z","dependency_job_id":null,"html_url":"https://github.com/ConsenSysMesh/keyserver","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fkeyserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fkeyserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fkeyserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fkeyserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConsenSysMesh","download_url":"https://codeload.github.com/ConsenSysMesh/keyserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225715945,"owners_count":17512908,"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-21T10:42:43.277Z","updated_at":"2024-11-21T10:42:43.927Z","avatar_url":"https://github.com/ConsenSysMesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Lightwallet Keyserver\n\nTo run your own version of the keyserver just hit:\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n##Usage\n\nVery early MVP!\n\nTo send a keystore to the Keyserver:\n\n```\nPOST /api/v0/keystore/\u003cidentifier\u003e\n\n{\n  keystore: {\n    \u003ckeystore.serialize() object\u003e\n  },\n  token: \u003ctoken to protect keystore\u003e\n}\n\n```\n\nTo recover a keystore from the Keyserver:\n\n```\nAuthorization: Bearer \u003ctoken that proctect keystore\u003e\nGET /api/v0/keystore/\u003cidentifier\u003e\n\n```\n\n## cURL test\n\nStore a keystore\n\n```\ncurl -i \\\n  -d '{ \"keystore\": { \"encSeed\": {}, \"version\": 1\t}, \"token\": \"055e97f1736b6041640451d90cc209c1\"}' \\\n  -X POST https://keyserver-ajunge.herokuapp.com/api/v0/keystore/ajunge\n\n```\n\nRecover a keystore\n```\ncurl -i  -H 'Authorization: Bearer 055e97f1736b6041640451d90cc209c1' \\\n  -X GET https://keyserver-ajunge.herokuapp.com/api/v0/keystore/ajunge\n```\n\n\n\n##Roadmap\n- Implement rate-limiting to prevent brute-force attacks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Fkeyserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsensysmesh%2Fkeyserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Fkeyserver/lists"}