Skip to content

Commit

Permalink
Merge pull request #237 from alex-beckett/ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Jul 20, 2023
2 parents 91113f9 + c3a51df commit 09fcebf
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/datas/ecosystem/ecosystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export const ecosystemCategories = [
text: '',
image: 'ecosystem/vistara.png',
url: 'https://docs.vistara.dev/'
},
{
title: 'Snapchain',
text: '',
image: 'ecosystem/snapchain.png',
url: 'https://www.snapchain.dev/'
}
]
},{
Expand Down Expand Up @@ -107,6 +113,12 @@ export const ecosystemCategories = [
text: '',
image: 'ecosystem/stackr.png',
url: 'https://www.stackrlabs.xyz/'
},
{
title: 'Cosmos SDK',
text: '',
image: 'ecosystem/cosmos-sdk.png',
url: 'https://cosmos.network/'
}
]
},{
Expand All @@ -124,6 +136,12 @@ export const ecosystemCategories = [
text: '',
image: 'ecosystem/cosmwasm.png',
url: 'https://cosmwasm.com/'
},
{
title: 'Cartesi',
text: '',
image: 'ecosystem/cartesi.png',
url: 'https://cartesi.io/'
}
]
},{
Expand Down Expand Up @@ -229,6 +247,12 @@ export const ecosystemCategories = [
image: 'ecosystem/argus.png',
url: 'https://argus.gg/'
},
{
title: 'Curio',
text: '',
image: 'ecosystem/curio.png',
url: 'https://www.curio.gg/'
},
{
title: 'Worlds',
text: '',
Expand Down Expand Up @@ -257,6 +281,11 @@ export const ecosystemCategories = [
text: '',
image: 'ecosystem/pklab.png',
url: 'https://bakingbad.dev/'
},{
title: 'Manta Network',
text: '',
image: 'ecosystem/manta.png',
url: 'https://manta.network/'
},
{
title: 'Modular cloud',
Expand Down Expand Up @@ -287,6 +316,24 @@ export const ecosystemCategories = [
text: '',
image: 'ecosystem/dora.png',
url: 'https://www.ondora.xyz/'
},
{
title: 'Cosmology',
text: '',
image: 'ecosystem/cosmology.png',
url: 'https://cosmology.tech/'
},
{
title: 'Blockless',
text: '',
image: 'ecosystem/blockless.png',
url: 'https://blockless.network/'
},
{
title: 'Numia',
text: '',
image: 'ecosystem/numia.png',
url: 'https://www.numia.xyz/'
}
]
}
Expand Down
Binary file added src/images/ecosystem/blockless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/cartesi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/cosmology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/cosmos-sdk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/curio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/manta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/numia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/ecosystem/snapchain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09fcebf

Please sign in to comment.