From 6af0137a52945849dea130629c774f6786d8ecc7 Mon Sep 17 00:00:00 2001 From: jboetticher <70261372+jboetticher@users.noreply.github.com> Date: Tue, 7 Mar 2023 15:45:28 -0800 Subject: [PATCH] Added link to Moonbeam documentation site on Chopsticks (#226) * Added external documentation to README * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ec75fa3..bb6e0fa2 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ Make sure you have setup Rust environment (>= 1.64). ```bash yarn start xcm --relaychain=configs/kusama.yml --parachain=configs/karura.yml --parachain=configs/statemine.yml ``` + +## Documentation + +External documentation on Chopsticks can be found at the following links: + +- [Moonbeam documentation site](https://docs.moonbeam.network/builders/build/substrate-api/chopsticks/)