Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 429 Bytes

File metadata and controls

16 lines (12 loc) · 429 Bytes

program examples

simple AML program examples for Octra.

these programs are written in AppliedML (.aml), Octra's high-level program language. AML programs define state, entrypoints, checks, events, and constructors, then compile to OCTB bytecode for the Octra VM.

docs: introduction to applied

  • amm
  • empty
  • escrow
  • multisig
  • private_ml
  • token
  • vault