Bitcoin transaction with bitcoinlib-js
Intro
In this post I will cover step by step from creating a mnemonic to signing a transaction.
Dependencies
There are two main libraries bitcoinlib-js and bip 39.
Generate mnemonic
We are going to use the function generateMemonic from bip39.