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
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@
22
22
Cosmos Kit is a universal wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets.
23
23
24
24
> **⚠️ UPGRADE to 3.0**
25
-
>
25
+
>
26
26
> **Cosmos Kit 3.0 and Create Cosmos App 2.0 is here!**
27
-
>
27
+
>
28
28
> Please use [**interchain-kit**](https://github.com/hyperweb-io/interchain-kit), the official successor with improved tooling, broader compatibility, and full Interchain ecosystem support.
29
29
> You can also see [**create-interchain-app**](https://github.com/hyperweb-io/create-interchain-app) our official starter kit that supports Interchain Kit.
30
30
@@ -42,8 +42,8 @@ If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our
|[@cosmos-kit/walletconnect](https://github.com/hyperweb-io/cosmos-kit/tree/main/packages/walletconnect)| Mobile WalletConnect support for the Cosmos ecosystem |
@@ -108,6 +108,9 @@ Explore the range of wallet adapters available in our [wallets directory](https:
|**Chain Information**|[**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client)| Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
174
-
|**Wallet Connectors**|[**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit)| Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. |
175
-
|**Signing Clients**|[**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs)| A single, universal signing interface for any network |
176
-
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
177
-
|**Starter Kits**|[**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app)| Set up a modern Interchain app by running one command. |
178
-
|**UI Kits**|[**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)| The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
179
-
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
180
-
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
181
-
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
|**Chain Information**|[**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client)| Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
177
+
|**Wallet Connectors**|[**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit)| Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.|
178
+
|**Signing Clients**|[**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs)| A single, universal signing interface for any network|
179
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.|
180
+
|**Starter Kits**|[**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app)| Set up a modern Interchain app by running one command.|
181
+
|**UI Kits**|[**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)| The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.|
182
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain.|
183
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript|
184
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.|
182
185
183
186
## Credits
184
187
185
188
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
189
+
186
190
## Disclaimer
187
191
188
192
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
189
193
190
194
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
0 commit comments