Skip to content

coeniebeyers/nodeEcApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeEcApi

Dependencies

  1. NodeJS version 8+
  2. Follow the installation instructions of https://github.com/rynobey/ECC-API

Installation

To install: npm i git+ssh://git@github.com/coeniebeyers/nodeEcApi.git

Example usage

Ensure that https://github.com/rynobey/ECC-API is running

const ecApi = require('nodeecapi')

async function run(){
  const baseMul = await ecApi.baseMul('0x1')
  console.log({baseMul})
}

run()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published