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
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
-
210
174
### Asset List
211
175
212
176
<palign="center"width="100%">
@@ -249,17 +213,21 @@ When you need to remove/generate locks for all nested packages, simply run `yarn
249
213
yarn locks
250
214
```
251
215
252
-
## Related
216
+
## Interchain JavaScript Stack
253
217
254
-
Checkout these related projects:
218
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
255
219
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.
|**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. |
Copy file name to clipboardExpand all lines: examples/authz/README.md
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
13
13
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
14
14
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
-
67
15
## Interchain JavaScript Stack
68
16
69
17
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
Copy file name to clipboardExpand all lines: examples/ibc-asset-list/README.md
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
13
13
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
14
14
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
-
67
15
## Interchain JavaScript Stack
68
16
69
17
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
Copy file name to clipboardExpand all lines: examples/injective/README.md
+2-53Lines changed: 2 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
3
## Getting Started
2
4
3
5
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
10
12
11
13
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
12
14
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
-
65
15
## Interchain JavaScript Stack
66
16
67
17
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
82
32
83
33
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
84
34
85
-
86
35
## Disclaimer
87
36
88
37
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
Copy file name to clipboardExpand all lines: examples/stake-tokens/README.md
+1-53Lines changed: 1 addition & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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).
2
2
3
3
## Getting Started
4
4
@@ -12,58 +12,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
13
13
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
14
14
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
-
67
15
## Interchain JavaScript Stack
68
16
69
17
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
0 commit comments