Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Dec 26, 2024
1 parent c13bdfe commit d6522a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/injective-vue/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Injective Vue Example

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/193426489-d5d3c9a9-d738-43a0-a628-b8b4f1a8034b.png" width="80"><br />
Building the future of decentralized exchange
</p>

## Introduction

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).

## Getting Started
Expand Down
9 changes: 9 additions & 0 deletions examples/injective/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Injective React Example

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/193426489-d5d3c9a9-d738-43a0-a628-b8b4f1a8034b.png" width="80"><br />
Building the future of decentralized exchange
</p>

## Introduction

This example demonstrates the usage of React hooks provided by [injective-react](https://github.com/cosmology-tech/interchainjs/tree/main/libs/injective-react) and how to interact with the Injective blockchain on the frontend.

## Getting Started

First, install the packages and run the development server:
Expand Down

0 comments on commit d6522a7

Please sign in to comment.