keep-starknet-strange / agentstark

Giza agents run provable ML models and act autonomously on Starknet using native Account Abstraction
MIT License
6 stars 3 forks source link

Add call to contract in validate entrypoint, execution helper functions #9

Closed lana-shanghai closed 4 months ago

lana-shanghai commented 4 months ago

This draft of Account Abstraction contract allows to make a call to an external contract and check the result within the __validate__ entrypoint. If the checking condition is met, then the __execute__ function executes the calls.