Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 19, 2024
1 parent 9fedb8f commit 8063391
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions INTEGRATING-WALLETS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Integrating Wallets

[supported wallets](https://docs.cosmoskit.com/integrating-wallets#supported-wallets)
[supported wallets](https://docs.cosmology.zone/cosmos-kit/integrating-wallets#supported-wallets)

[How to integrate new wallets into CosmosKit](https://docs.cosmoskit.com/integrating-wallets/adding-new-wallets)
[How to integrate new wallets into CosmosKit](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Get started quickly by using [create-cosmos-app](https://github.com/cosmology-te

## ⚙️ Configuration

Check out [our docs here](https://docs.cosmoskit.com/get-started) to configure CosmosKit.
Check out [our docs here](https://docs.cosmology.zone/cosmos-kit/get-started) to configure CosmosKit.

## ⚛️ CosmJS Signers

If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.cosmoskit.com/WalletManager/signing-client)
If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.cosmology.zone/cosmos-kit/hooks)

## 📦 Packages

Expand Down Expand Up @@ -64,7 +64,7 @@ An example Next.js project integrating `@cosmos-kit/react` wallet adapter.

## 🔌 Integrating Wallets

See our docs on [integrating your wallet](https://docs.cosmoskit.com/integrating-wallets)
See our docs on [integrating your wallet](https://docs.cosmology.zone/cosmos-kit/integrating-wallets)

### 🚀 Running Example

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Differences:

`WalletRepo` provides a different perspective from chain side to consider all chain wallets in addition to `MainWalletBase`. It's useful in some dapps that chain is the key point rather than wallet.

So far `WalletRepo` is only used in [`WalletModal`](https://docs.cosmoskit.com/provider/chain-provider#walletmodal) properties.
So far `WalletRepo` is only used in [`WalletModal`](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider#walletmodal) properties.
4 changes: 2 additions & 2 deletions packages/docs/pages/hooks/use-manager.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Hook - useManager

- required provider: [**ChainProvider**](https://docs.cosmoskit.com/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`

- return type: [**ManagerConext**](#type-managerconext)

Expand Down Expand Up @@ -32,7 +32,7 @@

### refresh_connection

Every time the registered events `connectEventNamesOnWindow` and `connectEventNamesOnClient` (see [wallet registry](https://docs.cosmoskit.com/integrating-wallets/adding-new-wallets#optional-properties)) are triggered, and the dapp has been connected to the corresponding wallet, the `refresh_connection` event will also be triggered.
Every time the registered events `connectEventNamesOnWindow` and `connectEventNamesOnClient` (see [wallet registry](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets#optional-properties)) are triggered, and the dapp has been connected to the corresponding wallet, the `refresh_connection` event will also be triggered.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-modal-theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you're using default modal provided by CosmosKit, you might need this hook to get and set modal theme.

- required provider: [**ChainProvider**](https://docs.cosmoskit.com/chain-provider) from `@cosmos-kit/react`
- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from `@cosmos-kit/react`

## Return Type - useModalTheme

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-wallet-client.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Hook - useWalletClient

- required provider: [**ChainProvider**](https://docs.cosmoskit.com/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`

- parameters:
- **walletName?**: `WalletName` ( = `string` );
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-wallet.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Hook - useWallet

- required provider: [**ChainProvider**](https://docs.cosmoskit.com/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`

- parameters:
- **walletName?**: `WalletName` ( = `string` );
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ Go to the [Official Website](https://cosmoskit.com/) (👷‍♀️in progress..

## Get Started

⚡️ [How to use CosmosKit](https://docs.cosmoskit.com/get-started)
⚡️ [How to use CosmosKit](https://docs.cosmology.zone/cosmos-kit/get-started)

## Try It Out!

<WalletSection />

## Wallet Developers

🔌 [How to integrate new wallets into CosmosKit](https://docs.cosmoskit.com/integrating-wallets/adding-new-wallets)
🔌 [How to integrate new wallets into CosmosKit](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets)

## Packages

Expand Down
6 changes: 3 additions & 3 deletions packages/react-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CosmosKit is a wallet adapter for developers to build apps that quickly and easi

## Documentation

[docs.cosmoskit.com](https://docs.cosmoskit.com)
[docs.cosmology.zone/cosmos-kit](https://docs.cosmology.zone/cosmos-kit)

## Installation

Expand All @@ -31,11 +31,11 @@ yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry

## Provider

- [ChainProvider](https://docs.cosmoskit.com/chain-provider)
- [ChainProvider](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider)

## Hooks

- [useChain](https://docs.cosmoskit.com/use-chain)
- [useChain](https://docs.cosmology.zone/cosmos-kit/hooks/use-chain)

## Related

Expand Down
6 changes: 3 additions & 3 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CosmosKit is a wallet adapter for developers to build apps that quickly and easi

## Documentation

[docs.cosmoskit.com](https://docs.cosmoskit.com)
[docs.cosmology.zone/cosmos-kit](https://docs.cosmology.zone/cosmos-kit)

## Installation

Expand All @@ -31,11 +31,11 @@ yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry

## Provider

- [ChainProvider](https://docs.cosmoskit.com/chain-provider)
- [ChainProvider](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider)

## Hooks

- [useChain](https://docs.cosmoskit.com/use-chain)
- [useChain](https://docs.cosmology.zone/cosmos-kit/hooks/use-chain)

## Related

Expand Down

0 comments on commit 8063391

Please sign in to comment.