Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@findeth/secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@findeth/secp256k1

Tiny SECP256k1 and ECDSA implementation

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@findeth/secp256k1

Version License Travis CI codecov

@findeth/secp256k1 is a tiny SECP256k1 and ECDSA implementation used by FindETH. It is used in the desktop, web and CLI applications, that can be found here:

  • Desktop
  • Web
  • CLI

Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.

Installation

You can install @findeth/secp256k1 with Yarn (recommended) or NPM:

$ yarn add @findeth/secp256k1
$ npm install @findeth/secp256k1

Getting Started

TODO

Development

Install dependencies with yarn:

$ yarn

To run automated tests, use the test script:

$ yarn run test

To build the library, use the build script:

$ yarn run build

Keywords

ethereum

FAQs

Package last updated on 14 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts