Skip to content

Commit b7446d7

Browse files
committed
readme
1 parent e6f5a0f commit b7446d7

File tree

9 files changed

+51
-480
lines changed

9 files changed

+51
-480
lines changed

README.md

Lines changed: 13 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -171,42 +171,6 @@ Leverage the Authz module to grant and manage authorizations, allowing users to
171171
cia --name authz-example --example authz
172172
```
173173

174-
### grpc-web and grpc-gateway
175-
176-
<p align="center" width="100%">
177-
<img height="48" src="https://user-images.githubusercontent.com/545047/186589196-e75c9540-86a7-4a71-8096-207be9a4216f.svg" />
178-
</p>
179-
180-
Integrate gRPC-web and gRPC-gateway in your app for robust and efficient communication between your Cosmos SDK blockchain and web clients.
181-
182-
```
183-
cia --name grpc-example --example grpc-web-grpc-gateway
184-
```
185-
186-
### Swap Tokens
187-
188-
<p align="center" width="100%">
189-
<img height="48" src="https://user-images.githubusercontent.com/545047/184519024-2d34bf20-2440-4837-943f-4915a46409f5.svg" />
190-
</p>
191-
192-
Utilize [osmojs](https://github.com/osmosis-labs/osmojs) for streamlined token swapping capabilities within your Osmosis app.
193-
194-
```
195-
cia --name swap-example --example swap-tokens
196-
```
197-
198-
### Provide Liquidity
199-
200-
<p align="center" width="100%">
201-
<img height="48" src="https://user-images.githubusercontent.com/545047/184519024-2d34bf20-2440-4837-943f-4915a46409f5.svg" />
202-
</p>
203-
204-
Use [osmojs](https://github.com/osmosis-labs/osmojs) to enable liquidity provision features, enhancing the DeFi experience in your app.
205-
206-
```
207-
cia --name liquidity-example --example provide-liquidity
208-
```
209-
210174
### Asset List
211175

212176
<p align="center" width="100%">
@@ -249,17 +213,21 @@ When you need to remove/generate locks for all nested packages, simply run `yarn
249213
yarn locks
250214
```
251215

252-
## Related
216+
## Interchain JavaScript Stack
253217

254-
Checkout these related projects:
218+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
255219

256-
- [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
257-
- [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
258-
- [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
259-
- [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
260-
- [create-interchain-app](https://github.com/hyperweb-io/create-interchain-app) Set up a modern Cosmos app by running one command.
261-
- [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
262-
- [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
220+
| Category | Tools | Status |
221+
|----------------------|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
222+
| **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. |
223+
| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**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. |
224+
| **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 |
225+
| **SDK Clients** | [**Telescope**](https://github.com/cosmology-tech/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
226+
| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/cosmology-tech/create-cosmos-app) | Set up a modern Interchain app by running one command. |
227+
| **UI Kits** | [**Interchain UI**](https://github.com/cosmology-tech/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
228+
| **Testing Frameworks** | [**Starship**](https://github.com/cosmology-tech/starship) | Unified Testing and Development for the Interchain. |
229+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
230+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
263231

264232
## Credits
265233

examples/authz/README.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1212

1313
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
1414

15-
## Learn More
16-
17-
### Chain Registry
18-
19-
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
20-
21-
* https://github.com/hyperweb-io/chain-registry
22-
23-
### Hyperweb Videos
24-
25-
Checkout more videos for how to use various frontend tooling in the Cosmos!
26-
27-
* https://hyperweb.io/learn
28-
29-
### Interchain Kit
30-
31-
A wallet connector for the Cosmos ⚛️
32-
33-
* https://github.com/hyperweb-io/interchain-kit
34-
35-
### Telescope
36-
37-
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
38-
39-
* https://github.com/hyperweb-io/telescope
40-
41-
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
42-
43-
### CosmWasm TS Codegen
44-
45-
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
46-
47-
* https://github.com/CosmWasm/ts-codegen
48-
49-
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
50-
51-
52-
## Learn More about Next.js
53-
54-
To learn more about Next.js, take a look at the following resources:
55-
56-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
57-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
58-
59-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
60-
61-
## Deploy on Vercel
62-
63-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
64-
65-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
66-
6715
## Interchain JavaScript Stack
6816

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

examples/ibc-asset-list/README.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1212

1313
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
1414

15-
## Learn More
16-
17-
### Chain Registry
18-
19-
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
20-
21-
* https://github.com/hyperweb-io/chain-registry
22-
23-
### Hyperweb Videos
24-
25-
Checkout more videos for how to use various frontend tooling in the Cosmos!
26-
27-
* https://hyperweb.io/learn
28-
29-
### Interchain Kit
30-
31-
A wallet connector for the Cosmos ⚛️
32-
33-
* https://github.com/hyperweb-io/interchain-kit
34-
35-
### Telescope
36-
37-
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
38-
39-
* https://github.com/hyperweb-io/telescope
40-
41-
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
42-
43-
### CosmWasm TS Codegen
44-
45-
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
46-
47-
* https://github.com/CosmWasm/ts-codegen
48-
49-
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
50-
51-
52-
## Learn More about Next.js
53-
54-
To learn more about Next.js, take a look at the following resources:
55-
56-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
57-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
58-
59-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
60-
61-
## Deploy on Vercel
62-
63-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
64-
65-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
66-
6715
## Interchain JavaScript Stack
6816

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

examples/injective/README.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
This is an Interchain App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).
2+
13
## Getting Started
24

35
First, install the packages and run the development server:
@@ -10,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1012

1113
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
1214

13-
## Learn More
14-
15-
### Chain Registry
16-
17-
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
18-
19-
* https://github.com/hyperweb-io/chain-registry
20-
21-
### Hyperweb Videos
22-
23-
Checkout more videos for how to use various frontend tooling in the Cosmos!
24-
25-
* https://hyperweb.io/learn
26-
27-
### Interchain Kit
28-
29-
A wallet connector for the Cosmos ⚛️
30-
31-
* https://github.com/hyperweb-io/interchain-kit
32-
33-
### Telescope
34-
35-
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
36-
37-
* https://github.com/hyperweb-io/telescope
38-
39-
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
40-
41-
### CosmWasm TS Codegen
42-
43-
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
44-
45-
* https://github.com/CosmWasm/ts-codegen
46-
47-
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
48-
49-
50-
## Learn More about Next.js
51-
52-
To learn more about Next.js, take a look at the following resources:
53-
54-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
55-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
56-
57-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
58-
59-
## Deploy on Vercel
60-
61-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
62-
63-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
64-
6515
## Interchain JavaScript Stack
6616

6717
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
@@ -82,7 +32,6 @@ A unified toolkit for building applications and smart contracts in the Interchai
8232

8333
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
8434

85-
8635
## Disclaimer
8736

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

examples/stake-tokens/README.md

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a Cosmos Interchain project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).
1+
This is an Interchain App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).
22

33
## Getting Started
44

@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1212

1313
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
1414

15-
## Learn More
16-
17-
### Chain Registry
18-
19-
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
20-
21-
* https://github.com/hyperweb-io/chain-registry
22-
23-
### Hyperweb Videos
24-
25-
Checkout more videos for how to use various frontend tooling in the Cosmos!
26-
27-
* https://hyperweb.io/learn
28-
29-
### Interchain Kit
30-
31-
A wallet connector for the Cosmos ⚛️
32-
33-
* https://github.com/hyperweb-io/interchain-kit
34-
35-
### Telescope
36-
37-
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
38-
39-
* https://github.com/hyperweb-io/telescope
40-
41-
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
42-
43-
### CosmWasm TS Codegen
44-
45-
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
46-
47-
* https://github.com/CosmWasm/ts-codegen
48-
49-
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
50-
51-
52-
## Learn More about Next.js
53-
54-
To learn more about Next.js, take a look at the following resources:
55-
56-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
57-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
58-
59-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
60-
61-
## Deploy on Vercel
62-
63-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
64-
65-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
66-
6715
## Interchain JavaScript Stack
6816

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

0 commit comments

Comments
 (0)