Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
delivan committed Jan 4, 2024
2 parents aa4f13b + 183ec59 commit deace64
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
.idea
38 changes: 36 additions & 2 deletions app-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"externalUrls": {
"twitter": "https://twitter.com/milky_way_zone",
"github": "https://github.com/milkyway-labs",
"discord": "https://discord.gg/4ywmNE3tqq",
"telegram": "https://t.me/milky_way_zone"
"discord": "https://discord.gg/4ywmNE3tqq"
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/MilkyWay/icon.png"
},
Expand Down Expand Up @@ -119,6 +118,17 @@
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/bookforest/icon.png"
},
{
"appCategory": "Tool",
"appName": "Cloudmos",
"appSummary": "Cloudmos is the #1 platform to deploy docker containers on the Akash Network, a decentralized cloud compute marketplace. Explore, deploy and track all in one place!",
"appWebsiteUrl": "https://deploy.cloudmos.io/",
"externalUrls": {
"twitter": "https://twitter.com/cloudmosio",
"github": "https://github.com/akash-network/cloudmos"
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/cloudmos/icon.png"
},
{
"appCategory": "Tool",
"appName": "Composable",
Expand Down Expand Up @@ -451,6 +461,30 @@
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/stride/icon.png"
},
{
"appCategory": "Tool",
"appName": "Syntropy",
"appSummary": "Decentralized, multi-purpose on-chain streaming oracle for applications and blockchains",
"appWebsiteUrl": "https://developer-portal.syntropynet.com",
"externalUrls": {
"twitter": "https://twitter.com/Syntropynet",
"github": "https://github.com/SyntropyNet",
"discord": "https://discord.com/invite/Ze7Kswye8B"
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/syntropy/icon.png"
},
{
"appCategory": "NFT",
"appName": "Talis",
"appSummary": "The NFT marketplace that empowers artists and bridges physical & digital art on the Cosmos blockchain.",
"appWebsiteUrl": "https://talis.art",
"externalUrls": {
"twitter": "https://twitter.com/ProtocolTalis",
"github": "https://github.com/Talis-Art",
"discord": "https://discord.gg/CyA2B5rpKE"
},
"appIconUrl": "https://raw.githubusercontent.com/chainapsis/keplr-app-registry/main/apps/talis/icon.png"
},
{
"appCategory": "NFT",
"appName": "Teritori - NFT",
Expand Down
10 changes: 10 additions & 0 deletions apps/cloudmos/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appCategory": "Tool",
"appName": "Cloudmos",
"appSummary": "Cloudmos is the #1 platform to deploy docker containers on the Akash Network, a decentralized cloud compute marketplace. Explore, deploy and track all in one place!",
"appWebsiteUrl": "https://deploy.cloudmos.io/",
"externalUrls": {
"twitter": "https://twitter.com/cloudmosio",
"github": "https://github.com/akash-network/cloudmos"
}
}
Binary file added apps/cloudmos/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions apps/syntropy/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appCategory": "Tool",
"appName": "Syntropy",
"appSummary": "Decentralized, multi-purpose on-chain streaming oracle for applications and blockchains",
"appWebsiteUrl": "https://developer-portal.syntropynet.com",
"externalUrls": {
"twitter": "https://twitter.com/Syntropynet",
"github": "https://github.com/SyntropyNet",
"discord": "https://discord.com/invite/Ze7Kswye8B"
}
}
Binary file added apps/syntropy/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions apps/talis/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appCategory": "NFT",
"appName": "Talis",
"appSummary": "The NFT marketplace that empowers artists and bridges physical & digital art on the Cosmos blockchain.",
"appWebsiteUrl": "https://talis.art",
"externalUrls": {
"twitter": "https://twitter.com/ProtocolTalis",
"github": "https://github.com/Talis-Art",
"discord": "https://discord.gg/CyA2B5rpKE"
}
}
Binary file added apps/talis/icon.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 deace64

Please sign in to comment.