Skip to content
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

update readme #418

Merged
merged 1 commit into from
Sep 28, 2023
Merged
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Run node using config file
npx @acala-network/chopsticks@latest -c acala
```

## Web testing

Run Chopsticks in browser? Now you can turn a mainnet into a devnet and play with it directly in your browser!

An example is available at [acala-network.github.io/chopsticks](https://acala-network.github.io/chopsticks/), and the corresponding code can be found in [web-test](packages/web-test).

## Environment Variables

- `PORT`: Set port for Chopsticks to listen on, default is `8000`
Expand Down Expand Up @@ -150,4 +156,5 @@ To learn more, see https://www.npmjs.com/package/global-agent?activeTab=readme

External documentation on Chopsticks can be found at the following links:

- [Chopsticks types documentation](https://acalanetwork.github.io/chopsticks/docs)
- [Moonbeam documentation site](https://docs.moonbeam.network/builders/build/substrate-api/chopsticks/)