Skip to content
/ tcoin Public
forked from yarsawyer/bcoin

Javascript tidecoin library for node.js and browsers based on bcoin.io

License

Notifications You must be signed in to change notification settings

tidecoin/tcoin

 
 

Repository files navigation

Tcoin

Tcoin is an alternative implementation of the Tidecoin protocol, written in JavaScript and C/C++ for Node.js.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend
  • Mining Backend (getblocktemplate support)
  • Layer 2 Backend (lightning)
  • General Purpose Tidecoin Library

Install

$ git clone git://github.com/tidecoin/tcoin
$ cd tcoin
$ npm rebuild
$ ./bin/bcoin

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.

Documentation

Support

Join us on Telegram https://t.me/TidecoinTDC

Disclaimer

Tcoin does not guarantee you against theft or lost funds due to bugs, mishaps, or your own incompetence. You and you alone are responsible for securing your money.

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.

License

  • Copyright (c) 2022, Yar Sawyer & Likloadm (MIT License).
  • Copyright (c) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

About

Javascript tidecoin library for node.js and browsers based on bcoin.io

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%