{"id":18245061,"url":"https://github.com/edgeapp/react-native-secp256k1","last_synced_at":"2026-01-20T16:11:52.734Z","repository":{"id":76840472,"uuid":"92535626","full_name":"EdgeApp/react-native-secp256k1","owner":"EdgeApp","description":"React Native bindings to the libsecp256k1 library","archived":false,"fork":false,"pushed_at":"2018-06-06T18:55:14.000Z","size":233,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T08:13:35.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/EdgeApp.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":"2017-05-26T17:56:55.000Z","updated_at":"2025-03-20T19:30:41.000Z","dependencies_parsed_at":"2024-03-24T06:15:12.780Z","dependency_job_id":null,"html_url":"https://github.com/EdgeApp/react-native-secp256k1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EdgeApp/react-native-secp256k1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-secp256k1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-secp256k1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-secp256k1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-secp256k1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgeApp","download_url":"https://codeload.github.com/EdgeApp/react-native-secp256k1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-secp256k1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":[],"created_at":"2024-11-05T09:18:45.712Z","updated_at":"2026-01-20T16:11:52.729Z","avatar_url":"https://github.com/EdgeApp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-secp256k1\n\n*This project is deprecated*. Please see [react-native-fast-crypto](https://github.com/Airbitz/react-native-fast-crypto), which includes secp256k1 routines.\n\n## Getting started\n\n`$ npm install react-native-secp256k1 --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-secp256k1`\n\n### Manual installation\n\n\n#### iOS\n\n1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`\n2. Go to `node_modules` ➜ `react-native-secp256k1` and add `RNMyFancyLibrary.xcodeproj`\n3. In XCode, in the project navigator, select your project. Add `libRNMyFancyLibrary.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`\n4. Run your project (`Cmd+R`)\u003c\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import com.reactlibrary.RNMyFancyLibraryPackage;` to the imports at the top of the file\n  - Add `new RNMyFancyLibraryPackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-secp256k1'\n  \tproject(':react-native-secp256k1').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-secp256k1/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-secp256k1')\n  \t```\n\n#### Windows\n[Read it! :D](https://github.com/ReactWindows/react-native)\n\n1. In Visual Studio add the `RNMyFancyLibrary.sln` in `node_modules/react-native-secp256k1/windows/RNMyFancyLibrary.sln` folder to their solution, reference from their app.\n2. Open up your `MainPage.cs` app\n  - Add `using Com.Reactlibrary.RNMyFancyLibrary;` to the usings at the top of the file\n  - Add `new RNMyFancyLibraryPackage()` to the `List\u003cIReactPackage\u003e` returned by the `Packages` method\n\n\n## Usage\n```javascript\nimport RNMyFancyLibrary from 'react-native-secp256k1';\n\n// TODO: What to do with the module?\nRNMyFancyLibrary;\n```\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Freact-native-secp256k1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeapp%2Freact-native-secp256k1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Freact-native-secp256k1/lists"}