You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -295,6 +295,9 @@ This mechanism, where the Application contract maintains the state and funds whi
295
295
296
296
-**Ordered Vouchers**: Vouchers that must be executed in a specific sequence. For example, voucher A can only be executed after voucher B has been executed.
297
297
298
+
The examples below emit a DELEGATECALL voucher by posting to `/delegate-call-voucher`.
299
+
In these snippets, `destination` is the contract that contains the logic to run, while `payload` is the ABI-encoded function call data (for example, `safeTransfer(address,address,uint256)`).
In this tutorial, we will build a simple Calculator dApp to illustrate how requests are sent and processed within Cartesi Rollups Infrastructure.
9
+
In this tutorial, we will build a simple Calculator application to illustrate how requests are sent and processed within Cartesi Rollups Infrastructure.
10
10
11
11
We provide JavaScript, Python, Rust, Go, and C++ implementations so you can use your preferred backend language.
This tutorial aims to guide you through creating and interacting with a basic Cartesi application, it'll take you through setting up your dev environment, creating a project then finally running and interacting with your application locally.
title: Source code for the marketplace Application
6
+
title: Source code for the Marketplace Application
7
7
---
8
8
9
9
In this tutorial we'll be building a simple NFT Marketplace application, where users are able to deposit a unique token to be sold at a fixed price, then other users are able to purchase and withdraw these purchased tokens to their wallet.
0 commit comments