Skip to content

Commit 8b573bb

Browse files
committed
Merge remote-tracking branch 'origin' into develop
2 parents 8f8fa8c + 702277e commit 8b573bb

File tree

123 files changed

+35297
-18529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+35297
-18529
lines changed

README.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel
3838

3939
Everything is preconfigured, ready-to-go, so you can focus on your code!
4040

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+
4647
## Education & Resources
4748

4849
🎥 [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
7677
```sh
7778
npx create-cosmos-app
7879
```
80+
7981
### npm
8082

8183
```sh
82-
npm init cosmos-app
84+
npm init cosmos-app
8385
```
86+
8487
### Yarn
8588

8689
```sh
87-
yarn create cosmos-app
90+
yarn create cosmos-app
8891
```
92+
8993
## Examples
9094

9195
Explore examples!
@@ -114,6 +118,26 @@ cca --name mysendtokensapp --example --template send-tokens
114118
cca --name mystaketokensapp --example --template stake-tokens
115119
```
116120

121+
### Vote Proposal
122+
123+
<p align="center" width="100%">
124+
<img height="48" src="https://user-images.githubusercontent.com/545047/186589196-e75c9540-86a7-4a71-8096-207be9a4216f.svg" />
125+
</p>
126+
127+
```
128+
cca --name myvoteproposalapp --example --template vote-proposal
129+
```
130+
131+
### IBC Transfer
132+
133+
<p align="center" width="100%">
134+
<img height="48" src="https://user-images.githubusercontent.com/545047/186589196-e75c9540-86a7-4a71-8096-207be9a4216f.svg" />
135+
</p>
136+
137+
```
138+
cca --name myibctransferapp --example --template ibc-transfer
139+
```
140+
117141
### Osmosis
118142

119143
<p align="center" width="100%">
@@ -140,7 +164,6 @@ cca --name osmowasm --example --template osmosis-cosmwasm
140164

141165
uses [juno-network](https://github.com/CosmosContracts/typescript)
142166

143-
144167
```
145168
cca --name myjunoapp --example --template juno
146169
```
@@ -163,8 +186,6 @@ cca --name mystarsapp --example --template stargaze
163186
<img height="48" src="https://user-images.githubusercontent.com/545047/197502724-4cb0f898-116c-4c14-89c8-3358e89eab70.svg" />
164187
</p>
165188

166-
167-
168189
```
169190
cca --name mywasmapp --example --template cosmwasm
170191
```
@@ -199,7 +220,7 @@ yarn locks
199220

200221
Code built with the help of these related projects:
201222

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.

examples/contracts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.2](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-02-15)
7+
8+
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope-and-contracts
9+
10+
11+
12+
13+
614
## [1.6.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-01-11)
715

816
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope-and-contracts

examples/contracts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/connect-chain-with-telescope-and-contracts",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -34,10 +34,10 @@
3434
},
3535
"devDependencies": {
3636
"@cosmjson/wasmswap": "^0.0.9",
37-
"@osmonauts/telescope": "0.80.0",
38-
"@protobufs/cosmos": "^0.0.11",
39-
"@protobufs/cosmwasm": "^0.0.11",
40-
"@protobufs/ibc": "^0.0.11",
37+
"@osmonauts/telescope": "0.86.0",
38+
"@protobufs/cosmos": "^0.1.0",
39+
"@protobufs/cosmwasm": "^0.1.1",
40+
"@protobufs/ibc": "^0.1.0",
4141
"@types/node": "18.11.9",
4242
"@types/react": "18.0.25",
4343
"@types/react-dom": "18.0.9",

0 commit comments

Comments
 (0)