Skip to content

Viacoin extensions for NBitcoin. Library for the .NET platform

License

Notifications You must be signed in to change notification settings

viacoin/NBitcoin.Viacoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBitcoin.Viacoin

This project allows NBitcoin to support Viacoin. NBitcoin.Viacoin is Viacoin library for the .NET platform. It implements all most relevant Bitcoin Improvement Proposals (BIPs). It provides also low level access to Viacoin primitives so you can easily build your application on top of it.

To register Viacoin extensions, run:

NBitcoin.Viacoin.Networks.Register();

You can then use NBitcoin with NBitcoin.Viacoin.Networks.Mainnet or NBitcoin.Viacoin.Networks.Testnet. Alternatively you can use NBitcoin.Network.GetNetwork("via-main") to get the Network object. You can then start using Viacoin in the same way you do with Bitcoin.

About

Viacoin extensions for NBitcoin. Library for the .NET platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published