diff --git a/.gitignore b/.gitignore index 156d6f90..de1cf2e7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ # Documentation here: https://yarnpkg.com/features/zero-installs !.yarn/cache #.pnp.* +.idea \ No newline at end of file diff --git a/app-list.json b/app-list.json index d41de82a..6710350e 100644 --- a/app-list.json +++ b/app-list.json @@ -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" }, @@ -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", @@ -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", diff --git a/apps/cloudmos/app.json b/apps/cloudmos/app.json new file mode 100644 index 00000000..a05bbe79 --- /dev/null +++ b/apps/cloudmos/app.json @@ -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" + } +} \ No newline at end of file diff --git a/apps/cloudmos/icon.png b/apps/cloudmos/icon.png new file mode 100644 index 00000000..c9d5c864 Binary files /dev/null and b/apps/cloudmos/icon.png differ diff --git a/apps/syntropy/app.json b/apps/syntropy/app.json new file mode 100644 index 00000000..1e0b5f49 --- /dev/null +++ b/apps/syntropy/app.json @@ -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" + } + } \ No newline at end of file diff --git a/apps/syntropy/icon.png b/apps/syntropy/icon.png new file mode 100644 index 00000000..ef320050 Binary files /dev/null and b/apps/syntropy/icon.png differ diff --git a/apps/talis/app.json b/apps/talis/app.json new file mode 100644 index 00000000..43c7e9a5 --- /dev/null +++ b/apps/talis/app.json @@ -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" + } + } \ No newline at end of file diff --git a/apps/talis/icon.png b/apps/talis/icon.png new file mode 100644 index 00000000..06a020bc Binary files /dev/null and b/apps/talis/icon.png differ