Skip to content

Commit

Permalink
update readme (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii authored Sep 28, 2023
1 parent 6701b30 commit 935047b
Showing 1 changed file with 7 additions and 0 deletions.
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/)

0 comments on commit 935047b

Please sign in to comment.