-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (94 loc) · 4.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
title: blockmountain
description: Building for the cross-chain world.
---
<section class="hero">
<div class="text-container">
<h1>Making the <strong>Solana</strong> ecosystem a better place for developers, through open source development</h1>
</div>
</section>
<div class="content">
<section>
<div class="text-container">
<h2 class="subtext">What we're building<h2>
</div>
</section>
<section>
<div class="container flex">
<div class="text">
<h2><strong>Solnet</strong></h2>
<p>Solnet is <a href="https://solana.com">Solana's</a> .Net integration library.</p>
<p>This library allows you to integrate Solana into a number of different .Net applications, from desktop applications to video games built on Unity.</p>
<p>Source: <a href="https://github.com/bmresearch/Solnet">GitHub</a></p>
<p>Status: <a href="https://www.nuget.org/packages?q=Solnet.*">Live on NuGet</a></p>
</div>
<div class="image">
<a href="https://github.com/bmresearch/Solnet">
<img src="{{ site.baseurl }}/images/solnet-logo.png" alt="Solnet Logo" />
</a>
</div>
</div>
<div class="container flex">
<div class="image">
<a href="https://github.com/bmresearch/Solnet.Serum">
<img src="{{ site.baseurl }}/images/solnet-serum-icon.png" alt="Solnet.Serum Logo" />
</a>
</div>
<div class="text">
<h2><strong>Solnet.Serum</strong></h2>
<p>Solnet.Serum is <a href="https://projectserum.com">Project Serum's</a> .Net integration library.</p>
<p>Serum is a decentralized exchange and one of the most important primitives for DeFi in Solana.</p>
<p>This library allows you to seamlessly integrate Serum into .Net applications.</p>
<p>Source: <a href="https://github.com/bmresearch/Solnet.Serum">GitHub</a></p>
<p>Status: <a href="https://www.nuget.org/packages?q=Solnet.*">Live on NuGet</a></p>
</div>
</div>
<div class="container flex">
<div class="text">
<h2><strong>Solnet.Mango</strong></h2>
<p>Solnet.Mango is <a href="https://mango.markets">Mango Market's</a> .Net integration library.</p>
<p>Mango Markets provides access to deep liquidity, margin trading and derivatives, built on top of Serum's on-chain CLOB.</p>
<p>This library will allow you to seamlessly integrate Mango into .Net applications.</p>
<p>Source: <a href="https://github.com/bmresearch/Solnet.Mango">GitHub</a></p>
<p>Status: <a href="https://www.nuget.org/packages?q=Solnet.*">Live on NuGet</a></p>
</div>
<div class="image">
<a href="https://github.com/bmresearch/Solnet.Mango">
<img src="{{ site.baseurl }}/images/solnet-mango-icon.png" alt="Solnet.Mango Logo" />
</a>
</div>
</div>
<div class="container flex">
<div class="image">
<a href="https://github.com/bmresearch/Solnet.Solend">
<img src="{{ site.baseurl }}/images/solnet-solend-icon.png" alt="Solnet.Solend Logo" />
</a>
</div>
<div class="text">
<h2><strong>Solnet.Solend</strong></h2>
<p>Solnet.Solend is <a href="https://solend.fi">Solend Protocol's</a> .Net integration library.</p>
<p>Solend is the autonomous interest rate machine for lending on Solana. Borrow and lend 30+ assets across 10+ lending pools.</p>
<p>This library will allow you to seamlessly integrate Solend into .Net applications.</p>
<p>Source: <a href="https://github.com/bmresearch/Solnet.Solend">GitHub</a></p>
<p>Status: <a href="https://www.nuget.org/packages?q=Solnet.*">Live on NuGet</a></p>
</div>
</div>
<div class="container flex">
<div class="text">
<h2><strong>Solnet.Metaplex</strong></h2>
<p>Solnet.Metaplex is <a href="https://www.metaplex.com/">Metaplex's</a> .Net integration library.</p>
<p>Metaplex is a protocol for issuance and control of NFTs on Solana, empowering creators and brands to build direct relationships with their audience via self-hosted storefronts.</p>
<p>This library will allow you to seamlessly integrate Metaplex into .Net applications.</p>
<p>Status: Under Development.</p>
</div> <div class="image">
<a href="https://github.com/bmresearch/Solnet.Metaplex">
<img src="{{ site.baseurl }}/images/solnet-metaplex-icon.png" alt="Solnet.Metaplex Logo" />
</a>
</div>
</div>
</section>
<section class="bottom-cta">
<h2>Want to contribute?</h2>
<div class="button alt"><a href="https://github.com/bmresearch/">Get Started</a></div>
</section>
</div>