Home

Awesome

<p align="center"> <img src="https://raw.githubusercontent.com/bmresearch/Solnet.Serum/master/assets/icon.png" margin="auto" height="175"/> </p> <p align="center"> <a href="https://github.com/bmresearch/Solnet.Serum/actions/workflows/dotnet.yml"> <img src="https://github.com/bmresearch/Solnet.Serum/actions/workflows/dotnet.yml/badge.svg" alt="Build .NET6" ></a> <a href="https://github.com/bmresearch/Solnet.Serum/actions/workflows/publish.yml"> <img src="https://github.com/bmresearch/Solnet.Serum/actions/workflows/publish.yml/badge.svg" alt="Release .NET6" ></a> <br/> <a href="https://github.com/bmresearch/Solnet.Serum/actions/workflows/dotnet.yml"> <img src="https://github.com/bmresearch/Solnet.Serum/actions/workflows/dotnet.yml/badge.svg?branch=net5" alt="Build .NET5" ></a> <a href="https://github.com/bmresearch/Solnet.Serum/actions/workflows/publish.yml"> <img src="https://github.com/bmresearch/Solnet.Serum/actions/workflows/publish.yml/badge.svg?branch=net5" alt="Release .NET5" ></a> <a href="https://coveralls.io/github/bmresearch/Solnet.Serum?branch=master"> <img src="https://coveralls.io/repos/github/bmresearch/Solnet.Serum/badge.svg?branch=master" alt="Coverage Status" ></a> <br/> <a href=""> <img src="https://img.shields.io/github/license/bmresearch/solnet.serum?style=flat-square" alt="Code License"></a> <a href="https://twitter.com/intent/follow?screen_name=blockmountainio"> <img src="https://img.shields.io/twitter/follow/blockmountainio?style=flat-square&logo=twitter" alt="Follow on Twitter"></a> <a href="https://discord.gg/YHMbpuS3Tx"> <img alt="Discord" src="https://img.shields.io/discord/849407317761064961?style=flat-square" alt="Join the discussion!"></a> </p>

What is Solnet.Serum?

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

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

Features

Requirements

Dependencies

Examples

The Solnet.Serum.Examples project features some examples on how to use both the IMarketManager and the ISerumClient, these examples include:

Contribution

We encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.

Contributors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details