Skip to content

Commit affdd79

Browse files
committed
fix(github-organization-name): correct root README.md
1 parent 6d9bf85 commit affdd79

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed

README.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Set up a modern Cosmos app by running one command ⚛️
1919
- [Options](#options)
2020
- [Development](#development)
2121

22-
2322
## Overview
2423

2524
First, install `create-interchain-app` globally using npm:
@@ -140,7 +139,6 @@ This command will generate a new project configured with the selected example, a
140139

141140
Initiate and manage staking operations directly within your application, allowing users to stake tokens securely and efficiently.
142141

143-
144142
```
145143
cia --name stake-example --example stake-tokens
146144
```
@@ -183,15 +181,15 @@ cia --name ibc-asset-list-example --example ibc-asset-list
183181

184182
## Options
185183

186-
| Argument | Description | Default |
187-
|----------------------|------------------------------------------------|------------|
188-
| `--repo` | Set custom repository for cia templates | None |
189-
| `--install` | Automatically install dependencies | `true` |
190-
| `--printCmd` | Print the command to run after setup | `true` |
191-
| `-n`, `--name` | Provide a project name | None |
192-
| `-e`, `--example` | Provide an example name | None |
193-
| `-t`, `--template` | Define the template to use | None |
194-
| `-b`, `--fromBranch` | Specify the branch to use for cloning | None |
184+
| Argument | Description | Default |
185+
| -------------------- | --------------------------------------- | ------- |
186+
| `--repo` | Set custom repository for cia templates | None |
187+
| `--install` | Automatically install dependencies | `true` |
188+
| `--printCmd` | Print the command to run after setup | `true` |
189+
| `-n`, `--name` | Provide a project name | None |
190+
| `-e`, `--example` | Provide an example name | None |
191+
| `-t`, `--template` | Define the template to use | None |
192+
| `-b`, `--fromBranch` | Specify the branch to use for cloning | None |
195193

196194
## Development
197195

@@ -211,27 +209,26 @@ When you need to remove/generate locks for all nested packages, simply run `pnpm
211209
pnpm locks
212210
```
213211

214-
## Interchain JavaScript Stack
212+
## Interchain JavaScript Stack
215213

216214
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
217215

218-
| Category | Tools | Status |
219-
|----------------------|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
220-
| **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. |
221-
| **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. |
222-
| **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 |
223-
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb.io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
224-
| **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. |
225-
| **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. |
226-
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb.io/starship) | Unified Testing and Development for the Interchain. |
227-
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
228-
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
216+
| Category | Tools | Status |
217+
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
218+
| **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. |
219+
| **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. |
220+
| **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 |
221+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
222+
| **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. |
223+
| **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. |
224+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
225+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
226+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
229227

230228
## Credits
231229

232230
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
233231

234-
235232
## Disclaimer
236233

237234
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

0 commit comments

Comments
 (0)