XYOracleNetwork / sdk-xyo-client-js

GNU Lesser General Public License v3.0
38 stars 15 forks source link

Solidity XYO Bridge #994

Open arietrouw opened 1 year ago

arietrouw commented 1 year ago

Solidity code to allow a developer to call an XYO module and get the result.

arietrouw commented 1 year ago

Observed: Calling a completion routine on a smart-contract is currently a one-off exercise.

Expected: A reusable way for witness or diviner to call a smart-contract completion routine.

Need to secure the receiving smart contract by setting what addresses may complete it Need to pack resulting data into a packed structure to make data passing efficient.