Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.24 KB

testchain

Testchain is an alternative implementation of the testchain sidechian template for the BIP300, BIP301 proposal, project protocol, written in JavaScript and C/C++ for Node.js.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend
  • General Purpose Bitcoin Library

Install

$ git clone https://github.com/rojii/sidechain
$ cd sidechain
$ npm rebuild
$ ./bin/sidechain

See the [Getting started][guide] guide for more in-depth installation instructions, including verifying releases. If you're upgrading, see the latest changes via the [Changelog][changelog].

Documentation

  • General docs: docs/
  • For an interactive script that can be used for building this project alongside the mainchain software

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

  • Copyright (c) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
  • Copyright (C) 2023-2024 Jonathan Gonzales (MIT License). See LICENSE for more info.