Skip to content

Commit 6924e42

Browse files
committed
fix(docs): add npm packages links
1 parent 737c8e2 commit 6924e42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/webapp-1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Now, install some packages to equip the project with a suite of tools and librar
8686
8787
```
8888

89-
- **graz**: a collection of React hooks containing everything you need to start working with the [Cosmos ecosystem](https://cosmos.network/)
90-
- **@cosmjs/encoding**: to transform data into a format that can be easily transported or stored.
91-
- **@cosmjs/proto-signing**: to ensure the data's authenticity and integrity
92-
- **cosmjs-types**: TypeScript type definitions related to Protocol Buffers used by Cosmos SDK
93-
- **@okp4/cognitarium-schema** and **@okp4/law-stone-schema**: schema definitions related to the OKP4 protocol. Schemas define the structure of transaction data, ensuring consistency and validity
89+
- [**graz**](https://www.npmjs.com/package/graz): a collection of React hooks containing everything you need to start working with the [Cosmos ecosystem](https://cosmos.network/)
90+
- [**@cosmjs/encoding**](https://www.npmjs.com/package/@cosmjs/encoding): to transform data into a format that can be easily transported or stored.
91+
- [**@cosmjs/proto-signing**](https://www.npmjs.com/package/@cosmjs/proto-signing): to ensure the data's authenticity and integrity
92+
- [**cosmjs-types**](https://www.npmjs.com/package/cosmjs-types): TypeScript type definitions related to Protocol Buffers used by Cosmos SDK
93+
- [**@okp4/cognitarium-schema**](https://www.npmjs.com/package/@okp4/cognitarium-schema) and [**@okp4/law-stone-schema**](https://www.npmjs.com/package/@okp4/law-stone-schema): schema definitions related to the OKP4 protocol. Schemas define the structure of transaction data, ensuring consistency and validity
9494

9595
## Connect the web app to the OKP4 testnet
9696

0 commit comments

Comments
 (0)