smartcontractkit / near-protocol-contracts

MIT License
26 stars 8 forks source link

Client contract should call oracle contract #4

Open mikedotexe opened 4 years ago

mikedotexe commented 4 years ago

As it currently stands, only the README works to walk through the process, performing calls using near-shell on behalf of the client contract to submit a request. This ticket requires that the client contract calls the oracle contract using a cross-contract call instead of how it currently works, which is only useful for basic mock usage.