Skip to content

docs: add a page to help users get started with the EEST opcode minilang #1809

@danceratopz

Description

@danceratopz

There's only a very small section on "writing code for accounts"". We should add a page for test contributors that shows users:

  1. How users to write smart contracts using the EEST Opcodes minilang (example driven):
    class Opcodes(Opcode, Enum):
  2. Which higher-level constructs are available to help them do that (SwitchCase):
  3. Points them to the evm_bytes CLI to automatically generate Opcode minilang from bytecode: https://eest.ethereum.org/main/library/cli/evm_bytes/

Related: #1779 forbids the use of Yul source in Python test cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:choreType: Choretype:docsType: Changes to the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions