Skip to content

Instantly share code, notes, and snippets.

@philsaxton
philsaxton / withdrawal.sh
Last active January 16, 2024 20:46
Script for finding and executing an outbox message from the flextesa smart-rollup sandbox running in a docker container.
#!/bin/bash
# This script will execute the outbox message of a smart rollup contract.
# It's intended to be used with a Flextesa sandbox within a Docker container.
set -e
set -o pipefail
container=${container_name:-"my-sandbox"} # Name of the Docker container
time_bb=${block_time:-2} # Time between blocks in seconds
@philsaxton
philsaxton / flextesa_smart_rollup_blog.md
Last active June 8, 2023 17:57
Blog post intruducing Flextesa's Smart Optimistic Rollup Sandbox.

Flextesa Sandboxes with Smart Optimistic Rollups

Flextesa's latest feature, the smart optimistic rollup sandbox, simplifies experimentation with smart optimistic rollups in a local environment. This feature builds on our mission to create a more robust and accessible Tezos development ecosystem.

Introduced in the Mumbai upgrade, the smart optimistic rollup is a layer 2 solution which increases the scalability of Tezos by bundling several operations into one. See Tezos' official [documentation on smart