jungleVault VS bcoin

Compare jungleVault vs bcoin and see what are their differences.

jungleVault

Easy browser extension for controlling your Bananos. (by Kaffidev)

bcoin

Javascript bitcoin library for node.js and browsers (by bcoin-org)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
jungleVault bcoin
3 6
8 2,951
- 0.9%
0.0 6.2
over 2 years ago 2 months ago
JavaScript JavaScript
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jungleVault

Posts with mentions or reviews of jungleVault. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-07.

bcoin

Posts with mentions or reviews of bcoin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-08.
  • What's your unpopular crypto opinion?
    2 projects | /r/CryptoCurrency | 8 Jul 2022
    You can just submit your changes to the Bitcoin core repo https://github.com/bitcoin/bitcoin or you can fork it and create your own version. You can even just use/change one of the alternative implementations: https://github.com/bcoin-org/bcoin
  • Bitcoin is the only coin the SEC Chair will call a commodity
    5 projects | news.ycombinator.com | 29 Jun 2022
  • Sent BCH to BTC wallet.
    1 project | /r/PurseIO | 1 Dec 2021
    I'm not sure what you mean by "truly separate", but our hot wallets are indeed separate wallets, both running on top on bcoin.io
  • Who controls Bitcoin ?
    6 projects | /r/Bitcoin | 16 Nov 2021
    bcoin
  • Mako – a full Bitcoin implementation in C
    14 projects | news.ycombinator.com | 15 Nov 2021
    My first bitcoin reimplementation was written in node.js and called bcoin[1]. So this is my second time reimplementing the bitcoin protocol, albeit in a very different language.

    Bcoin was frequently used as a reference along with bitcoin core v0.8.0-v0.11.0 when I felt like double checking consensus functions (among other things).

    As an aside, I personally think bitcoin core v0.8.0 is the best version of core if you want to learn bitcoin from it. It's a lot more straightforward than later versions. I personally don't enjoy reading any version beyond v0.11.0.

    This is also the reason mako doesn't support taproot yet. That code is very new and isn't present in upstream bcoin. I could try to implement it from the BIPs alone, but I won't know what intricacies are present in the actual bitcoin core code until I actually read it.

    [1] https://github.com/bcoin-org/bcoin

  • Is there a way to run a bitcoin-core program without downloading the blockchain?
    2 projects | /r/Bitcoin | 26 Aug 2021
    Hey guys, Is there a way to run a bitcoin-core program (like https://github.com/bcoin-org/bcoin) without downloading the blockchain?