Skip to content

Commit a912de2

Browse files
authored
Fix typo
1 parent 33cc451 commit a912de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin_transfer/transaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For now we are interested in the **Transaction ID**. In this case, it is ```f13d
1717
You can review the transaction on a blockexplorer like Blockchain.info: https://blockchain.info/tx/f13dc48fb035bbf0a6e989a26b3ecb57b84f85e0836e777d6edf60d87a4a2d94
1818
But as a developer you will probably want a service that is easier to query and parse.
1919
As a C# developer and an NBitcoin user Nicolas Dorier's [QBit Ninja](http://docs.qbitninja.apiary.io/) will definitely be your best choice. It is an open source web service API to query the blockchain and for tracking wallets.
20-
QBit Ninja depends on [NBitcoin.Indexer](https://github.com/MetacoSA/NBitcoin.Indexer) which relies on Microsoft Azure Storage. C# developers are expected to use the [NuGet client package](http://www.nuget.org/packages/QBitninja.Client) instead of developping a wrapper around this API.
20+
QBit Ninja depends on [NBitcoin.Indexer](https://github.com/MetacoSA/NBitcoin.Indexer) which relies on Microsoft Azure Storage. C# developers are expected to use the [NuGet client package](http://www.nuget.org/packages/QBitninja.Client) instead of developing a wrapper around this API.
2121

2222
If you go to http://api.qbit.ninja/transactions/f13dc48fb035bbf0a6e989a26b3ecb57b84f85e0836e777d6edf60d87a4a2d94 you will see the raw bytes of your transaction.
2323

0 commit comments

Comments
 (0)