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
Copy file name to clipboardExpand all lines: README.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,12 @@ You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel
38
38
39
39
Everything is preconfigured, ready-to-go, so you can focus on your code!
40
40
41
-
* ⚡️ Connect easily to keplr + keplr mobile via wallet connect
42
-
* ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
43
-
* 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
44
-
* 🎨 Build awesome UI with [Cosmos Kit](https://github.com/cosmology-tech/cosmos-kit) and [Chakra UI](https://chakra-ui.com/docs/components)
45
-
* 📝 Leverage [chain-registry](https://github.com/cosmology-tech/chain-registry) for Chain and Asset info for all Cosmos chains
41
+
- ⚡️ Connect easily to keplr + keplr mobile via wallet connect
42
+
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
43
+
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
44
+
- 🎨 Build awesome UI with [Cosmos Kit](https://github.com/cosmology-tech/cosmos-kit) and [Chakra UI](https://chakra-ui.com/docs/components)
45
+
- 📝 Leverage [chain-registry](https://github.com/cosmology-tech/chain-registry) for Chain and Asset info for all Cosmos chains
46
+
46
47
## Education & Resources
47
48
48
49
🎥 [Checkout our videos](https://cosmology.tech/learn) to learn to learn more about `create-cosmos-app` and tooling for building frontends in the Cosmos!
@@ -76,16 +77,19 @@ cca
76
77
```sh
77
78
npx create-cosmos-app
78
79
```
80
+
79
81
### npm
80
82
81
83
```sh
82
-
npm init cosmos-app
84
+
npm init cosmos-app
83
85
```
86
+
84
87
### Yarn
85
88
86
89
```sh
87
-
yarn create cosmos-app
90
+
yarn create cosmos-app
88
91
```
92
+
89
93
## Examples
90
94
91
95
Explore examples!
@@ -114,6 +118,26 @@ cca --name mysendtokensapp --example --template send-tokens
114
118
cca --name mystaketokensapp --example --template stake-tokens
cca --name mywasmapp --example --template cosmwasm
170
191
```
@@ -199,7 +220,7 @@ yarn locks
199
220
200
221
Code built with the help of these related projects:
201
222
202
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
203
-
*[@osmonauts/telescope](https://github.com/osmosis-labs/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
204
-
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Cosmos chain registry and chain info.
205
-
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos.
223
+
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
224
+
-[@osmonauts/telescope](https://github.com/osmosis-labs/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
225
+
-[chain-registry](https://github.com/cosmology-tech/chain-registry) Cosmos chain registry and chain info.
226
+
-[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos.
0 commit comments