-
Notifications
You must be signed in to change notification settings - Fork 86
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
Ethers Updates for Tutorials #806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for doing this! 🙌
In the `Randomness.sol` file, you can paste in the Randomness Precompile contract. | ||
|
||
??? code "Randomness.sol" | ||
|
||
```solidity | ||
--8<-- 'code/builders/pallets-precompiles/precompiles/randomness/Randomness.sol' | ||
``` | ||
|
||
Similarly, in the `RandomnessConsumer.sol` file, you can paste in the Randomness Consumer contract. | ||
|
||
??? code "RandomnessConsumer.sol" | ||
|
||
```solidity | ||
--8<-- 'code/builders/pallets-precompiles/precompiles/randomness/RandomnessConsumer.sol' | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YASSS! thank you! 🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Original PR: moonbeam-foundation/moonbeam-docs#806 Most of the updates has already been applied in the CN docs.
Description
A couple of our tutorials needed a bit of refreshing on Ethers and related items.
Checklist
moonbeam-docs-cn
repo, I have created a ticket for the translations in Jiramoonbeam-mkdocs
to update redirectsmove-pages.py
script to move the pages and update the image paths on the chinese repomoonbeam-docs-cn
compress-images.py
script to compress the images.moonbeam-docs-cn
repo to use the new variablesCorresponding PRs
Please link to any corresponding PRs here.
After Translation Requirements
moonbeam-docs
repo to remove imagesmoonbeam-docs
repo to remove variablesmoonbeam-mkdocs
repo to add redirects for Chinese siteItems to be Updated
Please list any of the items that will need to be added or deleted after the translations are done here.