You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work of rewriting our code examples in the various READMEs as actual scripts that are accurate that then get embedded into the readmes using embedme was begun with #3226 and #3228 but should be finished up. Below is the list of what's been done and what's left to be finished.
For each package, we need to add a new script to package.json for "examples:build": "npx embedme README.md", and then update all the code blocks in the main README.md for that package to use embedme. Reference previous PRs for ways that we've modified/updated examples to reflect actual usage.
The work of rewriting our code examples in the various READMEs as actual scripts that are accurate that then get embedded into the readmes using
embedme
was begun with #3226 and #3228 but should be finished up. Below is the list of what's been done and what's left to be finished.For each package, we need to add a new script to
package.json
for"examples:build": "npx embedme README.md",
and then update all the code blocks in the main README.md for that package to useembedme
. Reference previous PRs for ways that we've modified/updated examples to reflect actual usage.block
Monorepo: Embed Code Examples in README Files #3226blockchain
More example rewrites #3228client
- NAcommon
More example rewrites #3228devp2p
Updatedevp2p
andethash
examples #3256ethash
Updatedevp2p
andethash
examples #3256evm
Update more examples #3242genesis
Update more examples #3242rlp
Update more examples #3242statemanager
Embedme integration: Update StateManager and Trie examples #3235trie
Embedme integration: Update StateManager and Trie examples #3235tx
Update more examples #3242util
Monorepo: Embed Code Examples in README Files #3226- [ ]verkle
-- may not be needed at this pointvm
Update vm/wallet examples #3250wallet
Update vm/wallet examples #3250The text was updated successfully, but these errors were encountered: