reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Implement Chain Interaction Operation #64

Open ktemkin opened 2 months ago

ktemkin commented 2 months ago

Description

The guest program needs to be able to talk to the chain. These should match the operations provided in Cairo and as designed in #62. This work should account for exposing intrinsics to the compiler so that it can recognize them in the source LLVM IR and insert calls to the correct host operations during compilation.