Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 5: Referencing bitcoinjs & libbitcoin as "framework" instead of "library" #1027

Open
zackypick opened this issue Sep 26, 2022 · 0 comments

Comments

@zackypick
Copy link

I believe that in Chapter 5 the book references bitcoinjs and libbitcoin as frameworks instead of libraries.

As far as I know, a library's code is called from my code whereas with a framework, my code is being called from the framework (i.e. inversion of control).

So perhaps it might be more technically correct to describe bitcoinjs and libbitcoin as libraries instead of frameworks.


bitcoinjs/bip39
An implementation of BIP-39, as part of the popular bitcoinJS framework, in JavaScript

libbitcoin/mnemonic
An implementation of BIP-39, as part of the popular Libbitcoin framework, in C++

@zackypick zackypick changed the title Referencing bitcoinjs & libbitcoin as "framework" instead of "library" Chapter 5: Referencing bitcoinjs & libbitcoin as "framework" instead of "library" Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant