Build out a minimal core contract for an L3 to utilize for state update.
Will be used for testing the query of the DA Oracle from the blobstream contracts, will be necessary for L3 integration.
References
messaging cairo contract - https://github.com/dojoengine/dojo/blob/main/crates/katana/core/contracts/messaging/cairo/src/appchain_messaging.cairo
solidity core contract - https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/starknet/solidity/Starknet.sol
Build out a minimal
core contractfor an L3 to utilize for state update.Will be used for testing the query of the DA Oracle from the blobstream contracts, will be necessary for L3 integration.
References
messaging cairo contract - https://github.com/dojoengine/dojo/blob/main/crates/katana/core/contracts/messaging/cairo/src/appchain_messaging.cairo
solidity core contract - https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/starknet/solidity/Starknet.sol