MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

pls how do i use NBitcoin Altcoins for Dodgecoin & Bitcoin Cash Spend & Transaction? #1116

Closed sergeibystrov closed 2 years ago

NicolasDorier commented 2 years ago

Exactly the same as Bitcoin but you pass Altcoins.AltNetworkSets.Dogecoin.Mainnet instead of Network.Main everywhere and ref the NBitcoin.Altcoins package.

See https://programmingblockchain.gitbook.io/programmingblockchain/ for understanding this library.

Advise you to use https://github.com/dgarage/NBXplorer/ to make things easier.