-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
type:choreType: ChoreType: Choretype:docsType: Changes to the documentationType: Changes to the documentation
Description
There's only a very small section on "writing code for accounts"". We should add a page for test contributors that shows users:
- How users to write smart contracts using the EEST
Opcodes
minilang (example driven):class Opcodes(Opcode, Enum): - Which higher-level constructs are available to help them do that (SwitchCase):
class Switch(Bytecode): - 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
Labels
type:choreType: ChoreType: Choretype:docsType: Changes to the documentationType: Changes to the documentation