MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sergeibystrov opened this issue · comments

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

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.