Skip to content

Commit

Permalink
urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 28, 2025
1 parent e84e625 commit 4368c93
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!

- ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains

Expand Down
6 changes: 3 additions & 3 deletions examples/ibc-asset-list/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const products: Project[] = [

export const dependencies: Project[] = [
{
name: 'OsmoJS',
desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages',
link: 'https://github.com/osmosis-labs/osmojs',
name: 'InterchainJS',
desc: 'A single, universal signing interface for any network',
link: 'https://github.com/hyperweb-io/interchainjs',
},
{
name: 'Interchain UI',
Expand Down
2 changes: 1 addition & 1 deletion packages/create-interchain-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!

- ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains

Expand Down
27 changes: 13 additions & 14 deletions templates/chain-template/config/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,56 +16,55 @@ export const products: Product[] = [
name: 'Interchain Kit',
description:
'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://hyperweb.io/products/interchain-kit',
link: 'https://hyperweb.io/stack/interchain-kit',
category: 'frontend',
},
{
name: 'InterchainJS',
description: 'A single, universal signing interface for any network',
link: 'https://hyperweb.io/stack/interchainjs',
category: 'frontend'
},
{
name: 'Telescope',
description:
'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
link: 'https://hyperweb.io/products/telescope',
link: 'https://hyperweb.io/stack/telescope',
category: 'cosmos-sdk',
},
{
name: 'Interchain UI',
description:
'A simple, modular and cross-framework component library for Cosmos ecosystem.',
link: 'https://hyperweb.io/products/interchain-ui',
link: 'https://hyperweb.io/stack/interchain-ui',
category: 'frontend',
},
{
name: 'TS Codegen',
description:
'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
link: 'https://hyperweb.io/products/ts-codegen',
link: 'https://hyperweb.io/stack/ts-codegen',
category: 'cosmwasm',
},
{
name: 'Chain Registry',
description:
'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
link: 'https://hyperweb.io/products/chain-registry',
category: 'frontend',
},
{
name: 'OsmoJS',
description:
'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.',
link: 'https://hyperweb.io/products/osmojs',
link: 'https://hyperweb.io/stack/chain-registry',
category: 'frontend',
},
{
name: 'Starship',
description:
'Starship makes it easy to build a universal interchain development environment in k8s.',
link: 'https://hyperweb.io/products/starship',
link: 'https://hyperweb.io/stack/starship',
category: 'testing',
},
{
name: 'Create Interchain App',
description:
'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.',
link: 'https://hyperweb.io/products/create-interchain-app',
link: 'https://hyperweb.io/stack/create-interchain-app',
category: 'frontend',
},
{
Expand Down
6 changes: 3 additions & 3 deletions templates/connect-chain/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const products: Project[] = [

export const dependencies: Project[] = [
{
name: 'OsmoJS',
desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages',
link: 'https://github.com/osmosis-labs/osmojs',
name: 'InterchainJS',
desc: 'A single, universal signing interface for any network',
link: 'https://github.com/hyperweb-io/interchainjs',
},
{
name: 'Interchain UI',
Expand Down

0 comments on commit 4368c93

Please sign in to comment.