Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Jan 27, 2024
1 parent 3c792c1 commit 95632d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ In the [example](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/li

- With TransactionBuilder
BitcoinTransactionBuilder

supports the Bitcoin, Dogecoin, Dash, and Litecoin networks, allowing for easy creation and signing of various address types.

```
Expand Down Expand Up @@ -424,7 +424,7 @@ In the [example](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/li
- With ForkedTransactionBuilder

ForkedTransactionBuilder supports the BitcoinCash and bitcoinSV for easy creation and signing of various address types.
For spending network amounts, it functions similarly to TransactionBuilder. However, in this example, the focus is on spending CashToken (BCH Feature). For minting, burning, and creating FTs (Fungible Tokens) and NFTs (Non-Fungible Tokens), you can refer to the example folders
For spending network amounts, it functions similarly to TransactionBuilder. However, in this example, the focus is on spending CashToken (BCH Feature). For minting, burning, and creating FTs (Fungible Tokens) and NFTs (Non-Fungible Tokens), you can refer to the [example folders](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/lib/bitcoin_cash)

```
/// connect to electrum service with websocket
Expand Down

0 comments on commit 95632d0

Please sign in to comment.