{"id":26665329,"url":"https://github.com/elsehow/verificationer","last_synced_at":"2025-07-15T13:21:05.930Z","repository":{"id":57391679,"uuid":"55861389","full_name":"elsehow/verificationer","owner":"elsehow","description":"send signed messages over a hyperlog","archived":false,"fork":false,"pushed_at":"2016-04-10T21:57:49.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T22:06:42.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsehow.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":"2016-04-09T18:47:34.000Z","updated_at":"2016-04-10T02:06:56.000Z","dependencies_parsed_at":"2022-09-19T06:10:58.489Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/verificationer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elsehow/verificationer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fverificationer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fverificationer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fverificationer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fverificationer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/verificationer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fverificationer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437626,"owners_count":23765124,"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":"2025-03-25T17:36:50.963Z","updated_at":"2025-07-15T13:21:05.909Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verificationer\n\n## install\n\n    npm install verificationer\n\n## use\n\n```javascript\nvar Verificationer = requrie('.')\nvar talk = require('real-talk')\nvar hyperlog = require('hyperlog')\nvar memdb = require('memdb')\n// make a hyperlog\nvar log = hyperlog(memdb(), {\n    valueEncoding: 'json'\n})\n\n// generate a nacl sign keypair with real-talk\nvar sign_kp = talk.signKeypair()\n// here's an object we'll send\nvar payload = { move: 'left' }\n\n// calls `cb(node)` when a verified item comes through\nvar veri = Verificationer(log, node =\u003e {\n  console.log(node.value.body)\n})\n\n// add an object payload to the log\nveri.add(null, payload, sign_kp, (err, res) =\u003e {\n  if (err) console.log(err)\n})\n\n// \u003e { move: 'left' }\n```\n\n\n## developing\n\n        npm install\n        npm run watch\n\nnow you can edit `test/index.js` or `src/index.js`\n\n`npm test` will re-run on changes\n\n## license\n\nBSD","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fverificationer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fverificationer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fverificationer/lists"}