Skip to content

Commit

Permalink
Notes on next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Oct 6, 2023
1 parent 5347231 commit ca5ea35
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/tutorials/smart-rollups/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,20 @@ In these steps, you start a smart rollup node, but note that anyone can run a no
Now you can send messages to this rollup via Tezos level 1.
## Part 7:
When the kernel is running on ghostnet, there's no way to see the logging messages.
So I'll have to set up an output to see what it's receiving the messages.
So I'll need to deploy a contract and deploy the rollup with gas for the contract call.
Deployed this contract to ghostnet:
KT1HYjMn2kMLtvxb6tuGNpHRma49jfWPnMpx
### 5.4. Test Networks
In the above section, we proposed how to create your `Octez` binaries in **sandbox mode**. Here, we propose a different approach to that, using [test networks](https://teztnets.xyz/). We encourage the reader to try at least one of the following linked tutorials:
Expand Down

0 comments on commit ca5ea35

Please sign in to comment.