Skip to content

Commit

Permalink
MDX comments are {/* comment */}
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 30, 2023
1 parent 2d8aaf3 commit 0df256f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The origination of a Tezos smart contract must define:

After the contract is deployed, it cannot be changed or removed from the blockchain.

<!-- TODO link to ./smart-contracts/deploying -->
{/* TODO link to ./smart-contracts/deploying */}

### Call of a Tezos smart contract

Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/smart-rollup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Smart Rollups can run any kind of applications that they want, such as:
- Applications that run complex logic on NFTs or other types of tokens
- Applications that communicate with other blockchains

<!--
{/*
TODO Should this intro discuss the reveal data channel?
-->
*/}

Rollups maintain consensus by publishing the hash of their state to Tezos, which other nodes can use to verify the rollup's behavior.
The specific way that rollups publish their states and maintain consensus is beyond the scope of this tutorial.
Expand Down Expand Up @@ -69,9 +69,9 @@ Smart Rollups are like separate horizontally scaled teams, with Tezos layer 1 as

To run this tutorial, make sure that the following tools are installed:

<!--
{/*
TODO Could we install some of the tools in the docker container instead of making them install them locally?
-->
*/}

- [Docker](https://www.docker.com/)

Expand Down

0 comments on commit 0df256f

Please sign in to comment.