Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

kth-bch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kth-bch

Bitcoin Cash development platform for Javascript applications

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
1
Created
Source

Javascript API

Bitcoin Cash full node as a Javascript library

Latest Release Build Status License Telegram Slack

Knuth Javascript API is a high performance implementation of the Bitcoin Cash protocol focused on users requiring extra performance and flexibility. It is a Bitcoin Cash node you can use as a library.

Prerequisites

Knuth Javascript API is a wrapper over our C++ libraries, therefore in order to use the Javascript library we will need the toolchain to build the C++ libraries. Don't panic, you won't have to manually build our C++ libraries, you just have to provide some prerequisites, our build system will take care of the rest.

To speed up the compilation, we provide some pre-built C++ libraries for some common computer platforms, but case there are no pre-built binaries for your platform, our build system will automatically try to build from source code. In such a scenario, the following requirements must be added to the previous ones:

Getting started

  • Create a new Javascript console project:
$ mkdir HelloKnuth
$ cd HelloKnuth
$ TODO
  • Add a reference to our Javascript API package:
$ TODO
  • Edit program.js and write some code:
//TODO


  • Enjoy Knuth node as a Javascript library:
$ dotnet run

Issues

Each of our modules has its own Github repository, but in case you want to create an issue, please do so in our main repository.

Keywords

bitcoin

FAQs

Package last updated on 10 Apr 2021

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