Skip to content

Commit c13bdfe

Browse files
committed
fix doc
1 parent 2189b0e commit c13bdfe

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

examples/injective-vue/README.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction
1+
# Injective Vue Example
22

33
This example demonstrates the usage of Vue composables provided by [@interchain-kit/vue](https://github.com/cosmology-tech/interchain-kit/tree/main/packages/vue) and [injective-vue](https://github.com/cosmology-tech/interchainjs/tree/main/libs/injective-vue).
44

@@ -115,3 +115,78 @@ cosmos.distribution.v1beta1.useDelegationTotalRewards
115115
codegen.cosmos.staking.v1beta1.useDelegatorValidators
116116
cosmos.staking.v1beta1.useParams
117117
```
118+
119+
## Learn More
120+
121+
### Chain Registry
122+
123+
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
124+
125+
* https://github.com/cosmology-tech/chain-registry
126+
127+
### Cosmology Videos
128+
129+
Checkout more videos for how to use various frontend tooling in the Cosmos!
130+
131+
* https://cosmology.zone/learn
132+
133+
### Interchain Kit
134+
135+
A wallet connector for the Cosmos ⚛️
136+
137+
* https://github.com/cosmology-tech/interchain-kit
138+
139+
### Telescope
140+
141+
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.
142+
143+
* https://github.com/cosmology-tech/telescope
144+
145+
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
146+
147+
### CosmWasm TS Codegen
148+
149+
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.
150+
151+
* https://github.com/CosmWasm/ts-codegen
152+
153+
🎥 [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`!
154+
155+
156+
## Learn More about Next.js
157+
158+
To learn more about Next.js, take a look at the following resources:
159+
160+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
161+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
162+
163+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
164+
165+
## Deploy on Vercel
166+
167+
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.
168+
169+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
170+
171+
## Related
172+
173+
Checkout these related projects:
174+
175+
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
176+
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
177+
* [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.
178+
* [interchain-kit](https://github.com/cosmology-tech/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
179+
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
180+
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
181+
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
182+
183+
## Credits
184+
185+
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
186+
187+
188+
## Disclaimer
189+
190+
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
191+
192+
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.

0 commit comments

Comments
 (0)