From 935047bdced9ff0784c1ce3f4ed266ce074cdb16 Mon Sep 17 00:00:00 2001 From: Qiwei Yang Date: Thu, 28 Sep 2023 12:10:47 +0800 Subject: [PATCH] update readme (#418) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2d31a675..0a402f10 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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/)