From ca5ea35acee521d011d0222d5bef59227894fa19 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Fri, 6 Oct 2023 16:25:38 -0400 Subject: [PATCH] Notes on next steps --- src/pages/tutorials/smart-rollups/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/pages/tutorials/smart-rollups/index.md b/src/pages/tutorials/smart-rollups/index.md index e9452bab4..b6e0aa6cb 100644 --- a/src/pages/tutorials/smart-rollups/index.md +++ b/src/pages/tutorials/smart-rollups/index.md @@ -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: