- NodeJS version 8+
- Follow the installation instructions of https://github.com/rynobey/ECC-API
To install: npm i git+ssh://git@github.com/coeniebeyers/nodeEcApi.git
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()