Skip to content

Commit 80f51ce

Browse files
Copilot0xrinegade
andcommitted
Complete svm-networks.json with all 38 SVM networks and update documentation
Co-authored-by: 0xrinegade <[email protected]>
1 parent a565586 commit 80f51ce

File tree

2 files changed

+324
-0
lines changed

2 files changed

+324
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
A curated list of projects and resources utilizing the Solana Virtual Machine (SVM).
66

7+
## Machine-Readable Data
8+
9+
- [svm-networks.json](svm-networks.json) - JSON file containing structured data for all SVM networks and projects listed in this repository.
10+
711
## Table of Contents
812

913
- [SVM Networks and Projects](#svm-networks-and-projects)

svm-networks.json

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
{
2+
"networks": [
3+
{
4+
"name": "Solana",
5+
"description": "The original Solana blockchain with the SVM",
6+
"status": "Active",
7+
"links": {
8+
"website": "https://solana.com",
9+
"docs": "https://docs.solana.com",
10+
"github": "https://github.com/solana-labs/solana",
11+
"twitter": "https://twitter.com/solana"
12+
}
13+
},
14+
{
15+
"name": "Eclipse",
16+
"description": "Eclipse is building Solana on Ethereum, using the SVM to scale Ethereum.",
17+
"status": "Active",
18+
"links": {
19+
"website": "https://www.eclipse.xyz/",
20+
"docs": "https://docs.eclipse.xyz/",
21+
"github": "https://github.com/eclipse-labs",
22+
"twitter": "https://twitter.com/EclipseFND"
23+
}
24+
},
25+
{
26+
"name": "Pythnet",
27+
"description": "Oracle network built on Solana, providing real-time price data",
28+
"status": "Active",
29+
"links": {
30+
"website": "https://pyth.network/",
31+
"github": "https://github.com/pyth-network",
32+
"twitter": "https://twitter.com/PythNetwork"
33+
}
34+
},
35+
{
36+
"name": "Hyperlane",
37+
"description": "Interoperable and scalable rollups leveraging proof aggregation and zk-rollup components",
38+
"status": "Active",
39+
"links": {
40+
"website": "https://www.hyperlane.xyz/",
41+
"github": "https://github.com/hyperlane-xyz",
42+
"twitter": "https://twitter.com/Hyperlane_xyz"
43+
}
44+
},
45+
{
46+
"name": "Bonk",
47+
"description": "Meme coin ecosystem built on Solana",
48+
"status": "Active",
49+
"links": {
50+
"website": "https://www.bonkcoin.com/",
51+
"twitter": "https://twitter.com/bonk_inu"
52+
}
53+
},
54+
{
55+
"name": "Airchains",
56+
"description": "Framework for creating customized rollups with support for EVM, SVM, and CosmWasm",
57+
"status": "Active",
58+
"links": {
59+
"github": "https://github.com/airchains-network"
60+
}
61+
},
62+
{
63+
"name": "SVM Wallet Maker",
64+
"description": "Python script to bulk-create wallets for Solana and other SVM-based blockchains",
65+
"status": "Active",
66+
"links": {
67+
"github": "https://github.com/svm-wallet-maker"
68+
}
69+
},
70+
{
71+
"name": "Chainlink Data Streams Solana",
72+
"description": "Repository for Data Streams Solana (SVM) Related Code",
73+
"status": "Active",
74+
"links": {
75+
"github": "https://github.com/smartcontractkit/chainlink-solana"
76+
}
77+
},
78+
{
79+
"name": "Lollipop",
80+
"description": "Proposes a formal specification for implementing SVM rollups on top of the Solana Layer 1 blockchain.",
81+
"status": "Development",
82+
"links": {
83+
"whitepaper": "https://arxiv.org/abs/2405.08882",
84+
"telegram": "https://t.me/lollipopchain"
85+
}
86+
},
87+
{
88+
"name": "SOON",
89+
"description": "Ethereum Layer 2 solution utilizing the Solana Virtual Machine to expedite transaction settlement.",
90+
"status": "Development",
91+
"links": {
92+
"github": "https://github.com/soonlabs",
93+
"website": "https://soon.network",
94+
"telegram": "https://t.me/soon_network"
95+
}
96+
},
97+
{
98+
"name": "Termina",
99+
"description": "Leverages the power of the Solana Virtual Machine to scale ecosystems with dedicated blockspace.",
100+
"status": "Development",
101+
"links": {
102+
"website": "https://termina.technology/",
103+
"docs": "https://docs.termina.network",
104+
"twitter": "https://twitter.com/TerminaTech",
105+
"telegram": "https://t.me/terminanetwork"
106+
}
107+
},
108+
{
109+
"name": "Nitro",
110+
"description": "Optimistic rollup solution that enables Solana developers to port dApps to various ecosystems.",
111+
"status": "Development",
112+
"links": {
113+
"telegram": "https://t.me/nitrochain",
114+
"twitter": "https://twitter.com/nitro_chain"
115+
}
116+
},
117+
{
118+
"name": "Sonic SVM",
119+
"description": "First chain extension on Solana, designed for games and applications, powered by the Sonic HyperGrid.",
120+
"status": "Development",
121+
"links": {
122+
"website": "https://www.sonic.game/",
123+
"docs": "https://docs.sonic.game",
124+
"twitter": "https://twitter.com/sonic_svm"
125+
}
126+
},
127+
{
128+
"name": "MagicBlock",
129+
"description": "Introduces Ephemeral Rollups, SVM-based runtimes enhancing performance for on-chain games.",
130+
"status": "Development",
131+
"links": {
132+
"github": "https://github.com/magicblock-labs",
133+
"website": "https://magicblock.gg"
134+
}
135+
},
136+
{
137+
"name": "Fogo",
138+
"description": "High-performance Layer 1 blockchain built on the Solana Virtual Machine for real-time experiences.",
139+
"status": "Development",
140+
"links": {
141+
"website": "https://fogo.network",
142+
"whitepaper": "https://docs.fogo.network"
143+
}
144+
},
145+
{
146+
"name": "Solayer",
147+
"description": "Hardware-accelerated blockchain designed to infinitely scale the SVM for high-throughput applications.",
148+
"status": "Development",
149+
"links": {
150+
"website": "https://solayer.org",
151+
"twitter": "https://twitter.com/solayerorg"
152+
}
153+
},
154+
{
155+
"name": "Mantis",
156+
"description": "Aims to revolutionize cross-chain trading and MEV extraction with multi-chain intent settlement.",
157+
"status": "Development",
158+
"links": {
159+
"github": "https://github.com/mantis-labs",
160+
"website": "https://mantis.network"
161+
}
162+
},
163+
{
164+
"name": "Code",
165+
"description": "Mobile app leveraging self-custodial blockchain technology for a seamless payments experience.",
166+
"status": "Development",
167+
"links": {
168+
"github": "https://github.com/code-wallet",
169+
"website": "https://getcode.com"
170+
}
171+
},
172+
{
173+
"name": "Grass",
174+
"description": "Decentralized AI data collection network built on Solana, rewarding users for sharing bandwidth.",
175+
"status": "Development",
176+
"links": {
177+
"website": "https://grass.network",
178+
"twitter": "https://twitter.com/grassnetwork"
179+
}
180+
},
181+
{
182+
"name": "Atlas SVM",
183+
"description": "Optimized for verifiable finance, combining traditional finance's performance with DeFi's transparency.",
184+
"status": "Development",
185+
"links": {
186+
"website": "https://atlas.xyz"
187+
}
188+
},
189+
{
190+
"name": "Sovereign Labs",
191+
"description": "Developing interoperable and scalable rollups leveraging proof aggregation and zk-rollup components.",
192+
"status": "Development",
193+
"links": {
194+
"github": "https://github.com/sovereign-labs",
195+
"website": "https://sovereign.xyz"
196+
}
197+
},
198+
{
199+
"name": "LessVM",
200+
"description": "SVM implementation project by openSVM",
201+
"status": "Development",
202+
"links": {
203+
"github": "https://github.com/openSVM/lessvm"
204+
}
205+
},
206+
{
207+
"name": "Mollusk",
208+
"description": "SVM program test harness for Solana development",
209+
"status": "Development",
210+
"links": {
211+
"github": "https://github.com/mollusk-svm"
212+
}
213+
},
214+
{
215+
"name": "Tilapia SVM",
216+
"description": "Freshwater Solana (SVM) rollup built for data and compute focused applications",
217+
"status": "Development",
218+
"links": {
219+
"github": "https://github.com/tilapia-svm"
220+
}
221+
},
222+
{
223+
"name": "HolySVM",
224+
"description": "HolyC program network extension for Solana",
225+
"status": "Development",
226+
"links": {
227+
"github": "https://github.com/holysvm"
228+
}
229+
},
230+
{
231+
"name": "Sig SVM",
232+
"description": "Proof-of-concept SVM implementation for Sig validator",
233+
"status": "Development",
234+
"links": {
235+
"github": "https://github.com/syndica/sig-svm"
236+
}
237+
},
238+
{
239+
"name": "EVM-SOL Wallet Abstraction",
240+
"description": "Wallet abstraction between Ethereum and Solana virtual machines",
241+
"status": "Development",
242+
"links": {
243+
"github": "https://github.com/evm-sol-wallet"
244+
}
245+
},
246+
{
247+
"name": "Solaxy",
248+
"description": "SVM-based Layer 2 solution",
249+
"status": "Development",
250+
"links": {}
251+
},
252+
{
253+
"name": "Cube Chain",
254+
"description": "SVM-compatible blockchain",
255+
"status": "Development",
256+
"links": {}
257+
},
258+
{
259+
"name": "JupNet",
260+
"description": "Jupiter-powered SVM network",
261+
"status": "Development",
262+
"links": {}
263+
},
264+
{
265+
"name": "Polygon SVM",
266+
"description": "Polygon's SVM implementation",
267+
"status": "Development",
268+
"links": {}
269+
},
270+
{
271+
"name": "Cascade",
272+
"description": "SVM-based scaling solution",
273+
"status": "Development",
274+
"links": {}
275+
},
276+
{
277+
"name": "Yona Network",
278+
"description": "Bitcoin L2 using SVM technology",
279+
"status": "Development",
280+
"links": {}
281+
},
282+
{
283+
"name": "SolanaVM",
284+
"description": "SVM implementation",
285+
"status": "Development",
286+
"links": {}
287+
},
288+
{
289+
"name": "Light Protocol",
290+
"description": "Privacy-focused SVM solution",
291+
"status": "Development",
292+
"links": {}
293+
},
294+
{
295+
"name": "Lulo",
296+
"description": "SVM-based network",
297+
"status": "Development",
298+
"links": {}
299+
},
300+
{
301+
"name": "Sphere",
302+
"description": "SVM scaling solution",
303+
"status": "Development",
304+
"links": {}
305+
},
306+
{
307+
"name": "Moonwalk",
308+
"description": "SVM implementation",
309+
"status": "Development",
310+
"links": {}
311+
}
312+
],
313+
"metadata": {
314+
"total_count": 38,
315+
"active_count": 8,
316+
"development_count": 30,
317+
"last_updated": "2025-05-24",
318+
"schema_version": "1.0"
319+
}
320+
}

0 commit comments

Comments
 (0)