Skip to content

fix README #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion examples/injective/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,26 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the

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

## Interchain JavaScript Stack
## Starship Example Getting Started

Starship enables users to start a virtual env to simulate the queries and txs without cost, here's the steps running the demo:

1. setup starship prerequisites as the link:
[starship prerequisites](https://docs.hyperweb.io/starship#prerequisites)
2. start the docker(to run k8s).
3. run:

```bash
# install all dependencies
yarn
# run the starship virtual env
# wait for some minutes until it gets started.
yarn starship:all
# run the demo typescript script
yarn starship:demo
```

## Interchain JavaScript Stack

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

Expand Down
18 changes: 0 additions & 18 deletions examples/injective/starship/README.md

This file was deleted.

Loading