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
First, install `create-cosmos-app` globally using npm:
27
+
First, install `create-interchain-app` globally using npm:
28
28
29
29
```sh
30
-
npm install -g create-cosmos-app
30
+
npm install -g create-interchain-app
31
31
```
32
32
33
33
Then, create your new Cosmos app by running the following command:
34
34
35
35
```sh
36
-
# you can also use `cca` instead of `create-cosmos-app` for shortcut ;)
37
-
create-cosmos-app
36
+
# you can also use `cca` instead of `create-interchain-app` for shortcut ;)
37
+
create-interchain-app
38
38
```
39
39
40
40
During the setup process, you'll be prompted to enter the name of your app. For example:
@@ -66,7 +66,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
66
66
67
67
## Education & Resources
68
68
69
-
🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-cosmos-app` and tooling for building frontends in the Cosmos!
69
+
🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-interchain-app` and tooling for building frontends in the Cosmos!
70
70
71
71
Checkout [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) for more docs as well as [cosmos-kit/react](https://github.com/cosmology-tech/cosmos-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers.
72
72
@@ -77,16 +77,16 @@ To create a new app, you may choose one of the following methods:
77
77
### global install
78
78
79
79
```sh
80
-
npm install -g create-cosmos-app
80
+
npm install -g create-interchain-app
81
81
```
82
82
83
83
Then run the command:
84
84
85
85
```sh
86
-
create-cosmos-app
86
+
create-interchain-app
87
87
```
88
88
89
-
we also made an alias `cca` if you don't want to type `create-cosmos-app`:
89
+
we also made an alias `cca` if you don't want to type `create-interchain-app`:
90
90
91
91
```sh
92
92
cca
@@ -95,7 +95,7 @@ cca
95
95
### npx
96
96
97
97
```sh
98
-
npx create-cosmos-app
98
+
npx create-interchain-app
99
99
```
100
100
101
101
### npm
@@ -112,7 +112,7 @@ yarn create cosmos-app
112
112
113
113
## Examples
114
114
115
-
The `create-cosmos-app` tool provides a range of examples to help you understand and test various features and integrations. By executing the examples, you can quickly see how to implement specific functionalities in your Cosmos app.
115
+
The `create-interchain-app` tool provides a range of examples to help you understand and test various features and integrations. By executing the examples, you can quickly see how to implement specific functionalities in your Cosmos app.
116
116
117
117
```
118
118
cca --example
@@ -267,7 +267,7 @@ Checkout these related projects:
267
267
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
268
268
-[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
269
269
-[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
270
-
-[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
270
+
-[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
271
271
-[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
272
272
-[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
Copy file name to clipboardExpand all lines: boilerplates/lerna-module/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Checkout these related projects:
44
44
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45
45
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
46
46
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
47
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
47
+
*[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
48
48
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49
49
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
Copy file name to clipboardExpand all lines: boilerplates/lerna-tsx-module/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Checkout these related projects:
35
35
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
36
36
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
37
37
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
38
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
38
+
*[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
39
39
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
40
40
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
Copy file name to clipboardExpand all lines: boilerplates/lerna-workspace/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Checkout these related projects:
44
44
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45
45
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
46
46
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
47
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
47
+
*[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
48
48
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49
49
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
Copy file name to clipboardExpand all lines: boilerplates/telescope/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ Checkout these related projects:
307
307
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
308
308
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
309
309
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
310
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
310
+
*[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
311
311
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
312
312
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
Copy file name to clipboardExpand all lines: boilerplates/ts-codegen-npm-module/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Checkout these related projects:
52
52
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
53
53
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
54
54
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
55
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
55
+
*[create-interchain-app](https://github.com/cosmology-tech/create-interchain-app) Set up a modern Cosmos app by running one command.
56
56
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
57
57
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
0 commit comments