Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.16 KB

Build Status (master) Coverage Status

What is Solnet.Zeta?

Solnet is Solana's .NET integration library, a number of packages that implement features to interact with Solana from .Net applications.

Solnet.Zeta is a package within the same Solnet. namespace that implements a Client for Zeta, this project is in a separate repository so it is contained, as the goal for Solnet is to be a core SDK.

Features

  • WIP

Requirements

  • net 6.0

Dependencies

  • Solnet.Wallet 6.1.0
  • Solnet.Rpc 6.1.0
  • Solnet.Programs 6.1.0

Examples

  • WIP