near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

[Mr. Pink] Client contract should call oracle contract #245

Closed mikedotexe closed 3 years ago

mikedotexe commented 3 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.