youtube image
From YouTube: Casper Association | Writing On-Chain Code | 4. Session Code

Description

In this video, we discuss session code, which is the simplest piece of logic you can execute on a Casper network.

It requires only one entry point, the call function, and it runs within the context of the account executing the session code.

o Sample session code that configures an account on a Casper network to require two-party multi-signature deploys: https://github.com/casper-ecosystem/two-party-multi-sig/

o Reference documentation: https://docs.casperlabs.io/dapp-dev-guide/writing-contracts/session-code/