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
Here is a suggestion for structuring the main readme.md file. From what I gathered at events the largest number of questions raise from how to do the following:
deroll
Minimal example
Deroll is a TypeScript framework for developing Cartesi applications.
The code below is a minimal application which just loops forever fetching inputs, but with no input handlers. In that case any input is rejected.
Uh oh!
There was an error while loading. Please reload this page.
Here is a suggestion for structuring the main readme.md file. From what I gathered at events the largest number of questions raise from how to do the following:
deroll
Minimal example
Deroll is a TypeScript framework for developing Cartesi applications.
The code below is a minimal application which just loops forever fetching inputs, but with no input handlers. In that case any input is
rejected
.Frequently used
Routing
Explain the routing system.
Examples
// Example code for basic routing
// Example code for dynamic routing
Handling Data
Examples
// Example code for data decoding
// Example code for data encoding
Outputs
Examples
// Example code for generating vouchers
// Example code for generating notices
// Example code for generating reports
Wallets
Examples
// Example code for deposit function
// Example code for transfer function
// Example code for withdraw function
The text was updated successfully, but these errors were encountered: