Build a stateless app with Skate infrastructure
Stateless app flow
processIntent(IMessageBox.Intent calldata intent)
function serves as the sole entry point for any crosschain interaction performed on your app.
SkateApp.sol
. This abstract contract helps bootstrap most of the function calls that you need to tap into Skate and allows you to focus on building custom logic specific to your application.
Stateless app execution flow