You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if everything in the roadmap is still relevant, but there were plans to create a wallet example project. I'm interested in working on that because of a couple of reasons:
It's an opportunity for me to learn how to use bitcoinjs-lib and how to build a bitcoin wallet
I plan to use this wallet in production as part of another project
(If there's no interest anymore in this effort, feel free to close this issue.)
The project I created uses TypeScript and Prettier but otherwise has a slightly different setup from the libraries in the bitcoinjs org. For example, it uses ESLint instead of TSLint and it uses Jest instead of Mocha. I think these choices are more modern, but I can change them if you want. When the work on that repo is finished, we can transfer it to the bitcoinjs org.
With regard to the API of the wallet library itself, the way I'm going about it is by asking myself the following question:
If I were building an Electrum clone, which wallet APIs would be best to have
I'm not sure if everything in the roadmap is still relevant, but there were plans to create a wallet example project. I'm interested in working on that because of a couple of reasons:
bitcoinjs-lib
and how to build a bitcoin walletI started the work here: orange-org/bitcoinjs-wallet#1
(If there's no interest anymore in this effort, feel free to close this issue.)
The project I created uses TypeScript and Prettier but otherwise has a slightly different setup from the libraries in the
bitcoinjs
org. For example, it uses ESLint instead of TSLint and it uses Jest instead of Mocha. I think these choices are more modern, but I can change them if you want. When the work on that repo is finished, we can transfer it to thebitcoinjs
org.With regard to the API of the wallet library itself, the way I'm going about it is by asking myself the following question:
I have posted more questions and thoughts on the PR orange-org/bitcoinjs-wallet#1
The text was updated successfully, but these errors were encountered: