junhoyeo / cosmos-kit

A wallet connector for the Cosmos ⚛️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosmos-kit

Cosmos Kit 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 Cosmos Kit.

⚛️ CosmJS Signers

If you want to get a cosmjs stargate or cosmwasm signer, here are docs for our hooks

📦 Packages

A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.

Keplr Wallet integration with Mobile support.

An example Next.js project integrating @cosmos-kit/react wallet adapter.

🔌 Integrating Wallets

See our docs on integrating your wallet

🛠 Developing

Checkout the repository and bootstrap the yarn workspace:

# Clone the repo.
git clone https://github.com/cosmology-tech/cosmos-kit
cd cosmos-kit
yarn
yarn bootstrap

Building

yarn build

Publishing

lerna publish
# lerna publish minor
# lerna publish major

Credits

Original work inspired by cosmodal

🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️

About

A wallet connector for the Cosmos ⚛️

License:BSD 3-Clause Clear License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%