zeta-chain / protocol-contracts-solana

solana interface contract for zetachain
3 stars 2 forks source link

Support outbound smart contract calls with authenticated model #30

Open lumtis opened 3 days ago

lumtis commented 3 days ago

Support the ability from the gateway contracts to call smart contract (programs) using the authenticated model.

The Gateway contract can call a predefined function onCall on any smart contract, the caller from ZetaChain is speficied in the argument.

Need some investigation as we use interface in Solidity