cosmos-kit-beta v2.0.0
cosmos-kit
CosmosKit is a wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets.
π Quickstart
Get started quickly by using create-cosmos-app to help you build high-quality Cosmos apps fast!
βοΈ Configuration
Check out our docs here to configure CosmosKit.
βοΈ CosmJS Signers
If you want to get a cosmjs stargate or cosmwasm signer, here are docs for our hooks
π¦ Packages
| Name | Type | Description |
|---|---|---|
| @cosmos-kit/core | Core | Core CosmosKit functionality |
| @cosmos-kit/react | UI | A wallet adapter for React with mobile WalletConnect support for the Cosmos ecosystem. |
| @cosmos-kit/walletconnect | WalletConnect | Mobile WalletConnect support for the Cosmos ecosystem. |
π¦ Wallets
| Name | Type | Description |
|---|---|---|
| @cosmos-kit/react | UI | A wallet adapter for React with mobile WalletConnect support for the Cosmos ecosystem. |
| @cosmos-kit/coin98-extension/ | Extension | Coin98 Web Extension Wallet integration. |
| @cosmos-kit/coin98 | Root Wallet | Coin98 Wallet integration |
| @cosmos-kit/cosmostation-extension/ | Extension | Cosmostation Web Extension Wallet integration. |
| @cosmos-kit/cosmostation-mobile/ | WalletConnect | Cosmostation Mobile Wallet integration. |
| @cosmos-kit/cosmostation | Root Wallet | Cosmostation Wallet integration. Use this if you want to integrate both extension & mobile wallet connect |
| @cosmos-kit/keplr-extension/ | Extension | Keplr Web Extension Wallet integration. |
| @cosmos-kit/keplr-mobile/ | WalletConnect | Keplr Mobile Wallet integration. |
| @cosmos-kit/keplr | Root Wallet | Keplr Wallet integration. Use this if you want to integrate both extension & mobile wallet connect |
| @cosmos-kit/leap | Root Wallet | Leap Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/omni | Root Wallet | Omni Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/owallet-extension/ | Extension | OWallet Web Extension Wallet integration. |
| @cosmos-kit/owallet | Root Wallet | OWallet Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/station-extension | Extension | Station Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/station | Root Wallet | Station Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/trust | Root Wallet | Trust Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/vectis | Root Wallet | Vectis Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/xdefi-extension | Root Wallet | XDEFI Wallet (Extension) integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/shell | Root Wallet | Shell Wallet integration. Use this if you want to integrate the extension, no mobile wallet connect support yet. |
| @cosmos-kit/tailwind-extension | Extension | TAILWIND Wallet extension. Use this if you want to integrate the TAILWIND Chrome Extension |
| @cosmos-kit/tailwind | Root Wallet | TAILWIND Wallet integration. Use this if you want to integrate any TAILWIND wallet. No mobile support yet. |
β¨ Example: @cosmos-kit/example
An example Next.js project integrating @cosmos-kit/react wallet adapter.
π Integrating Wallets
See our docs on integrating your wallet
π Running Example
yarn build
cd package/example
yarn devπ Developing
Checkout the repository and bootstrap the yarn workspace:
# Clone the repo.
git clone https://github.com/cosmology-tech/cosmos-kit
cd cosmos-kit
yarnBuilding
yarn buildPublishing
lerna publish
# lerna publish minor
# lerna publish majorRelated
Checkout these related projects:
- @cosmology/telescope Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
- @cosmwasm/ts-codegen Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
- chain-registry Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
- cosmos-kit Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
- create-cosmos-app Set up a modern Cosmos app by running one command.
- interchain-ui The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
- starship Unified Testing and Development for the Interchain.
Credits
π Built by Cosmology βΒ if you like our tools, please consider delegating to our validator βοΈ
Disclaimer
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED βAS ISβ, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
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.
2 years ago