{"id":29143487,"url":"https://github.com/vulpemventures/secp256k1-zkp","last_synced_at":"2025-06-30T20:07:39.248Z","repository":{"id":38235914,"uuid":"234607098","full_name":"vulpemventures/secp256k1-zkp","owner":"vulpemventures","description":"JavaScript bindings of libsecp256k1-zkp with support for pedersen commitments and range proofs. ","archived":false,"fork":false,"pushed_at":"2024-01-05T13:36:38.000Z","size":11901,"stargazers_count":17,"open_issues_count":7,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-22T16:17:50.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vulpemventures.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-17T18:04:00.000Z","updated_at":"2025-05-24T07:16:18.000Z","dependencies_parsed_at":"2024-06-18T18:36:31.005Z","dependency_job_id":"7203f3b7-3ffb-4889-bc2f-1945e28aa8fc","html_url":"https://github.com/vulpemventures/secp256k1-zkp","commit_stats":{"total_commits":34,"total_committers":7,"mean_commits":4.857142857142857,"dds":0.5882352941176471,"last_synced_commit":"a08ede297809eeccd11b18989fb9de8627a88b4e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vulpemventures/secp256k1-zkp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulpemventures%2Fsecp256k1-zkp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulpemventures%2Fsecp256k1-zkp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulpemventures%2Fsecp256k1-zkp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulpemventures%2Fsecp256k1-zkp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vulpemventures","download_url":"https://codeload.github.com/vulpemventures/secp256k1-zkp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulpemventures%2Fsecp256k1-zkp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262473976,"owners_count":23316903,"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-06-30T20:07:38.372Z","updated_at":"2025-06-30T20:07:39.176Z","avatar_url":"https://github.com/vulpemventures.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/vulpemventures/secp256k1-zkp.png?branch=master)](https://travis-ci.org/vulpemventures/secp256k1-zkp)\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\n# secp256k1-zkp\n\nEssential methods of the secp256k1-zkp lib exported to JS for handling Elements confidential transactions\n\n## Installation\n\nUse the package manager yarn or npm to install secp256k1-zkp.\n\n```bash\nyarn add @vulpemventures/secp256k1-zkp\n\nnpm install @vulpemventures/secp256k1-zkp\n\n```\n\n## Usage\n\nThe library is exported as a function that returns a promise.\n\n```ts\nimport secp256k1 from '@vulpemventures/secp256k1-zkp'\n\nasync function main() {\n    const lib = await secp256k1();\n    // use the library functions\n}\n\n```\n\n## Documentation\n\nTypedoc html page is available via:\n\n```bash\nyarn doc\n```\n\n## Development\n\nFetch submodules\n\n```bash\ngit submodule update --init --recursive\n```\n\nInstall dependencies\n\n```bash\nyarn install\n```\n\nCompile the WASM (writes ./lib/secp256k1-zkp.js file)\n\n```bash\nyarn compile\n```\n\nBuild the library\n\n```bash\nyarn build\n```\n\nRun tests\n\n```bash\nyarn test\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulpemventures%2Fsecp256k1-zkp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulpemventures%2Fsecp256k1-zkp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulpemventures%2Fsecp256k1-zkp/lists"}