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

Added details on chopsticks becoming a package #586

Merged
merged 3 commits into from Mar 16, 2023
Merged

Conversation

jboetticher
Copy link
Contributor

Description

Chopsticks has recently become a package, and they now recommend you to install it with npm or yarn.

Checklist

  • If this requires translations for the moonbeam-docs-cn repo, I have created a ticket for the translations in Jira

After Translation Requirements

  • Will need to create PR in moonbeam-docs repo to remove images
  • Will need to create PR in moonbeam-docs repo to remove variables
  • Will need to create PR in moonbeam-mkdocs repo to add redirects for Chinese site
  • No additional PRs are required after the translations are done

Copy link
Contributor

@eshaben eshaben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'll wait to approve til the part about building Polkadot.js Apps locally is removed

@albertov19
Copy link
Contributor

@eshaben I've modified that part of the page, please review (and thanks)

Comment on lines +99 to +109
| endpoint | The endpoint of the parachain to fork. |
| block | Use to specify at which block hash or number to replay the fork. |
| wasm-override | Path of the WASM to use as the parachain runtime, instead of an endpoint's runtime. |
| db | Path to the name of the file that stores or will store the parachain's database. |
| config | Path or URL of the config file. |
| port | The port to expose an endpoint on. |
| build-block-mode | How blocks should be built in the fork: batch, manual, instant. |
| import-storage | A pre-defined JSON/YAML storage file path to override in the parachain's storage. |
| allow-unresolved-imports | Whether to allow WASM unresolved imports when using a WASM to build the parachain. |
| import-storage | Include to generate storage diff preview between blocks. |
| mock-signature-host | Mock signature host so any signature starts with 0xdeadbeef and filled by 0xcd is considered valid. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering, is there a plugin to center these, or do we just do them manually?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use a VS-Code plugin that aligns Markdown tables, as for centering I normally use a online markdown table maker and then I copy paste to the Markdown page.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah but in this case because the table has a lot of text I think we can't do anything 😓

Copy link
Contributor

@eshaben eshaben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eshaben eshaben merged commit 85a3de1 into master Mar 16, 2023
@eshaben eshaben deleted the j2-chopsticks-npm branch March 16, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants