Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 380 Bytes

Ballista

Ballista is a protocol for building instructions and executing them at runtime.

Todo

  • Raw Insturction
    • Be able to insert evaluated data into raw instruction
  • Struct definitions
    • Be able to construct mpl metadata args
  • Add more tests

Prerequites

  • brew install protobuf
  • protoc --version
  • export PROTOC=/usr/local/bin/protoc