-
Notifications
You must be signed in to change notification settings - Fork 286
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
ISC - Restructure and Edit docs #1166
Conversation
* rename core_contracts to core-contracts * edit tone and content for wasp-cli
* edit EVM * fix links in Wasm
* rename core_contracts to core-contracts * edit tone and content for wasp-cli
* edit EVM * fix links in Wasm
docs/build/wasp-evm/0.7.0/docs/getting-started/compatibility.md
Outdated
Show resolved
Hide resolved
docs/build/wasp-evm/0.7.0/docs/how-tos/magic-contract/call-a-native-contract.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Luca Moser <[email protected]>
Co-authored-by: Luca Moser <[email protected]>
Added experimental tag to switcher for wasp-wasm Added links to stardust protocol and shimmer endpoints in emv/intro and wasm/intro Replaced ShimmerEVM Testnet with Public Testnet and link to networks and endpoints in evm getting-started sections Added link to off-ledger and on-ledger request explanations in evm-getting/started/compatibility Removed redundant paragrpah in how-tos/magic-contract/call-a-native-contract Added link to magic_contract ref in wasp-evm/0.7.0/docs/how-tos/magic-contract/magic.md Removed redundant explanation in emv/explanations/concepts Added average block time in evm/compatibility
/create-preview |
This pull request has been deployed to Vercel. Latest commit: ✅ Preview: https://iota-wiki-qm8ijv78p-iota1.vercel.app |
docs/build/wasp-evm/0.7.0/docs/getting-started/compatibility.md
Outdated
Show resolved
Hide resolved
Unlike Ethereum's blockchain that houses the state in a Merkle tree, the EVM state resides in a raw form to prevent the | ||
duplication of efforts undertaken by the ISC layer. |
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.
@fijter Reminder
Co-authored-by: Dr-Electron <[email protected]>
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.
great improvement 👍
Please resolve the conflicts so we can get this merged. |
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.
We need to add the core contracts to both evm and wasm
b5df882
/create-preview |
This pull request has been deployed to Vercel. Latest commit: ✅ Preview: https://iota-wiki-4zt5bfvco-iota1.vercel.app |
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.
Is there a way to make the core contracts be part of both sections without copying them? We should be able to import them in both plugins, no?
Other than that, looks good to me
If they were the same plugin we could use |
Description of change
Restructured ISC docs:
wasp-cli
to the build section.Links to any relevant issues
fixes iotaledger/devx#214
fixes iotaledger/devx#213
Type of change
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.