Skip to content

This repo is being prepared to be used with the V7 blocks with DeroGold pool. For now we use the original TurtleCoin 0.0.8 npm package (we don't know what will happen to it once TurtleCoin relaunches with TurtleCoin version 2.

License

Notifications You must be signed in to change notification settings

derogold/node-cryptonote-util

Repository files navigation

Node-Cryptonote-Util

Note: We build prebuilds of the Node.js native addon module binaries that are included for distribution with the NPM installed version of this package to speed up your development and use of this package.

Supported on the following platforms:

  • Linux 64-bit
  • Windows 64-bit

Dependencies

Windows (if not using prebuilds)

Read very careful if you want this to work right the first time.

  1. Open a Windows Powershell console as Administrator

  2. Run the command: npm install -g windows-build-tools --vs2015 This will take a while. Sit tight.

Installation

npm install turtlecoin-cryptonote-util

Intialization

TypeScript

Importing Individual Synchronous Methods
import { 
    address_decode, 
    construct_block_blob, 
    convert_blob, 
    convert_blob_bb, 
    get_block_id 
} from 'turtlecoin-cryptonote-util';
Importing Async Class
import CryptoNoteUtils from 'turtlecoin-cryptonote-util';

CommonJS

const cnUtils = require('turtlecoin-cryptonote-util');

Documentation

You can find the full TypeScript/JS documentation for this library here.

About

This repo is being prepared to be used with the V7 blocks with DeroGold pool. For now we use the original TurtleCoin 0.0.8 npm package (we don't know what will happen to it once TurtleCoin relaunches with TurtleCoin version 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published