You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a modern Cosmos app by running one command ⚛️
@@ -68,9 +68,9 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
68
68
69
69
## Education & Resources
70
70
71
-
🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-interchain-app` and tooling for building frontends in the Cosmos!
71
+
🎥 [Checkout our videos](https://hyperweb.io/learn) to learn to learn more about `create-interchain-app` and tooling for building frontends in the Cosmos!
72
72
73
-
Checkout [interchain-kit](https://github.com/cosmology-tech/interchain-kit) for more docs as well as [interchain-kit/react](https://github.com/cosmology-tech/interchain-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers.
73
+
Checkout [interchain-kit](https://github.com/hyperweb-io/interchain-kit) for more docs as well as [interchain-kit/react](https://github.com/hyperweb-io/interchain-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers.
74
74
75
75
## Creating an App
76
76
@@ -216,7 +216,7 @@ cia --name liquidity-example --example provide-liquidity
216
216
Create and manage an asset list, offering comprehensive insights into the available assets, and empower your application with Inter-Blockchain Communication (IBC) capabilities for transferring tokens across different chains.
217
217
218
218
```
219
-
cia --name asset-list-example --example asset-list
219
+
cia --name ibc-asset-list-example --example ibc-asset-list
220
220
```
221
221
222
222
### NFT
@@ -225,7 +225,7 @@ cia --name asset-list-example --example asset-list
Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/cosmology-tech/stargazejs), enabling seamless NFT minting, transfer, and management.
228
+
Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management.
229
229
230
230
```
231
231
cia --name nft-example --example nft
@@ -267,11 +267,11 @@ Checkout these related projects:
267
267
268
268
-[telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
269
269
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
270
-
-[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
271
-
-[interchain-kit](https://github.com/cosmology-tech/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
272
-
-[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
273
-
-[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
274
-
-[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
270
+
-[chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
271
+
-[interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
272
+
-[create-interchain-app](https://github.com/hyperweb-io/create-interchain-app) Set up a modern Cosmos app by running one command.
273
+
-[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
274
+
-[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
0 commit comments