Core Concepts

  • Handlers — event, call, block, and file handlers; the #[handler] macro.
  • Entities#[derive(Entity)], the builder API, loading and saving.
  • PrimitivesBigInt, BigDecimal, Bytes, and Address.
  • Testing — native cargo test with the mock store.
  • Event Context Reference — all fields on EventContext, CallContext, and FileContext.