Skip to content

0bsnetwork/ZbsCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZbsCS

A C# library for interacting with the 0bsNetwork blockchain

Supports node interaction, offline transaction signing, Matcher orders, and creating addresses and keys.

Getting Started

Add a Reference

using ZbsCS;

For installation NuGet package from VS Package Manager Console you should use:

PM> Install-Package ZbsNetwork.ZbsCS -Version 1.1.0

For installation via UI Package Manager use this instruction.

Target framework .NET Framework 4.5.1

Documentation

The library utilizes classes to represent various Zbs data structures and encoding and serialization methods:

  • ZbsCS.Node
  • ZbsCS.Order
  • ZbsCS.OrderBook
  • ZbsCS.PrivateKeyAccount
  • ZbsCS.Transaction
  • ZbsCS.AddressEncoding
  • ZbsCS.Base58
  • ZbsCS.Utils

Code Example

Code examples are in ZbsCSTests project and Examples page.

Source code

[ZbsCS Github repository](https://github.com/0bsnetwork/ZbsCS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages