@@ -59,28 +59,28 @@ Validiums are validity-proven L2s that use external DA providers such as Avail D
59
59
Sovereign rollups use DA providers like Avail DA for transaction ordering and data availability but typically handle settlement themselves. Appchains on the other hand may or may not be sovereign by design, but are built to do one specific thing - like an application - unlike a conventional general purpose chain.
60
60
61
61
<Cards >
62
- <Card icon = { <LinkIcon />} title = " Stackr SDK - Appchain" href = " https://docs.stf.xyz/" />
63
- <Card icon = { <LinkIcon />} title = " Sovereign SDK - Sovereign" href = " https://github.com/availproject/sovereign-sdk/tree/main" />
64
- <Card icon = { <LinkIcon />} title = " Rollkit - Sovereign" href = " https://github.com/rollkit/avail-da" />
65
- <Card icon = { <LinkIcon />} title = " OpEVM - Sovereign" href = " https://github.com/availproject/op-evm" />
66
- <Card icon = { <LinkIcon />} title = " Dymension - Sovereign" href = " https://docs.dymension.xyz/build/roller/production/run" />
62
+ <Card icon = { <LinkIcon />} title = " Stackr SDK - Appchain" href = " https://docs.stf.xyz/" target = " _blank " rel = " noopener noreferrer " />
63
+ <Card icon = { <LinkIcon />} title = " Sovereign SDK - Sovereign" href = " https://github.com/availproject/sovereign-sdk/tree/main" target = " _blank " rel = " noopener noreferrer " />
64
+ <Card icon = { <LinkIcon />} title = " Rollkit - Sovereign" href = " https://github.com/rollkit/avail-da" target = " _blank " rel = " noopener noreferrer " />
65
+ <Card icon = { <LinkIcon />} title = " OpEVM - Sovereign" href = " https://github.com/availproject/op-evm" target = " _blank " rel = " noopener noreferrer " />
66
+ <Card icon = { <LinkIcon />} title = " Dymension - Sovereign" href = " https://docs.dymension.xyz/build/roller/production/run" target = " _blank " rel = " noopener noreferrer " />
67
67
</Cards >
68
68
69
69
### Rollup-as-a-Service (RaaS)
70
70
71
71
Rollup-as-a-Service partners of Avail allow you to easily spin up a rollup with configurations of your choice at a click of a button.
72
72
73
73
<Cards >
74
- <Card icon = { <LinkIcon />} title = " Altlayer" href = " https://altlayer.io/" />
75
- <Card icon = { <LinkIcon />} title = " Ankr" href = " https://www.ankr.com/" />
76
- <Card icon = { <LinkIcon />} title = " Conduit" href = " https://conduit.xyz/" />
77
- <Card icon = { <LinkIcon />} title = " gateway.fm" href = " https://gateway.fm/" />
78
- <Card icon = { <LinkIcon />} title = " Gelato" href = " https://www.gelato.network/" />
79
- <Card icon = { <LinkIcon />} title = " Orbitron" href = " https://docs.orbitron.sh/" />
80
- <Card icon = { <LinkIcon />} title = " PineX" href = " https://www.pinex.it/" />
81
- <Card icon = { <LinkIcon />} title = " Snapchain" href = " https://www.snapchain.dev/" />
82
- <Card icon = { <LinkIcon />} title = " TrueZK" href = " https://www.truezk.com/" />
83
- <Card icon = { <LinkIcon />} title = " QuickNode" href = " https://www.quicknode.com/" />
74
+ <Card icon = { <LinkIcon />} title = " Altlayer" href = " https://altlayer.io/" target = " _blank " rel = " noopener noreferrer " />
75
+ <Card icon = { <LinkIcon />} title = " Ankr" href = " https://www.ankr.com/" target = " _blank " rel = " noopener noreferrer " />
76
+ <Card icon = { <LinkIcon />} title = " Conduit" href = " https://conduit.xyz/" target = " _blank " rel = " noopener noreferrer " />
77
+ <Card icon = { <LinkIcon />} title = " gateway.fm" href = " https://gateway.fm/" target = " _blank " rel = " noopener noreferrer " />
78
+ <Card icon = { <LinkIcon />} title = " Gelato" href = " https://www.gelato.network/" target = " _blank " rel = " noopener noreferrer " />
79
+ <Card icon = { <LinkIcon />} title = " Orbitron" href = " https://docs.orbitron.sh/" target = " _blank " rel = " noopener noreferrer " />
80
+ <Card icon = { <LinkIcon />} title = " PineX" href = " https://www.pinex.it/" target = " _blank " rel = " noopener noreferrer " />
81
+ <Card icon = { <LinkIcon />} title = " Snapchain" href = " https://www.snapchain.dev/" target = " _blank " rel = " noopener noreferrer " />
82
+ <Card icon = { <LinkIcon />} title = " TrueZK" href = " https://www.truezk.com/" target = " _blank " rel = " noopener noreferrer " />
83
+ <Card icon = { <LinkIcon />} title = " QuickNode" href = " https://www.quicknode.com/" target = " _blank " rel = " noopener noreferrer " />
84
84
85
85
</Cards >
86
86
@@ -106,7 +106,7 @@ Avail's Developer toolkit is going to be your best friend as you build on Avail
106
106
Check out our demo rollups powered by Avail
107
107
108
108
<Cards >
109
- <Card icon = " 🔴 " title = " Altlayer OP Avail Testnet (EVM)" href = " https://docs.altlayer.io/altlayer-documentation/public-testnets/op-avail-testnet" />
109
+ <Card icon = " 🔴 " title = " Altlayer OP Avail Testnet (EVM)" href = " https://docs.altlayer.io/altlayer-documentation/public-testnets/op-avail-testnet" target = " _blank " rel = " noopener noreferrer " />
110
110
</Cards >
111
111
OP Avail testnet is an OP stack powered L2 that uses Avail as its data availability layer.
112
112
0 commit comments