Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 29, 2023
1 parent 189ab2c commit 1c1746a
Showing 1 changed file with 4 additions and 36 deletions.
40 changes: 4 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Run node using config file
npx @acala-network/chopsticks@latest -c acala
```

## Wiki

Documentation and tutorials are available at [wiki](https://github.com/AcalaNetwork/chopsticks/wiki).

## Web testing

Run Chopsticks in browser? Now you can turn a mainnet into a devnet and play with it directly in your browser!
Expand All @@ -35,35 +39,6 @@ An example is available at [acalanetwork.github.io/chopsticks](https://acalanetw
- `LOG_LEVEL`: Set log level, default is `info`. Available options: `trace`, `debug`, `info`, `warn`, `error`
- `VERBOSE_LOG`: If set, do not truncating log messages

### Example configs can be found here

- [acala](configs/acala.yml)
- [astar](configs/astar.yml)
- [basilisk](configs/basilisk.yml)
- [composable-polkadot](configs/composable-polkadot.yml)
- [hydradx](configs/hydradx.yml)
- [interlay](configs/interlay.yml)
- [karura](configs/karura.yml)
- [khala](configs/khala.yml)
- [kusama](configs/kusama.yml)
- [mandala-genesis](configs/mandala-genesis.yml)
- [mandala](configs/mandala.yml)
- [mangata](configs/mangata.yml)
- [moonbase-alpha](configs/moonbase-alpha.yml)
- [moonbeam](configs/moonbeam.yml)
- [moonriver](configs/moonriver.yml)
- [nodle-eden](configs/nodle-eden.yml)
- [phala](configs/phala.yml)
- [picasso-kusama](configs/picasso-kusama.yml)
- [picasso-rococo](configs/picasso-rococo.yml)
- [polkadot](configs/polkadot.yml)
- [rococo](configs/rococo.yml)
- [shiden](configs/shiden.yml)
- [statemine](configs/statemine.yml)
- [statemint](configs/statemint.yml)
- [tinkernet](configs/tinkernet.yml)
- [zeitgeist](configs/zeitgeist.yml)

## Install

Make sure you have setup Rust environment (>= 1.64).
Expand Down Expand Up @@ -169,13 +144,6 @@ Chopsticks respect `http_proxy` and `https_proxy` environment variables.
Export `ROARR_LOG=true` environment variable to enable log printing to stdout.
To learn more, see https://www.npmjs.com/package/global-agent?activeTab=readme

## Documentation

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

## Plugins

Chopsticks is designed to be extensible. You can write your own plugin to extend Chopsticks' functionality.
Expand Down

0 comments on commit 1c1746a

Please sign in to comment.