We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client
client directory has 6 crates, where 1 with 6 bins would be enough.
This could be simplified even more with general purpose caller that can handle response and store it, so for test env could read it. We have built it for Odra. You could simply copy it over here. https://github.com/odradev/odra/blob/release/0.2.0/odra-casper/test-env/getter_proxy/bin/getter_proxy.rs#L26
The text was updated successfully, but these errors were encountered:
2nd discussion on entry points need some clariity on direction : account entry points vs contract entry points
Sorry, something went wrong.
deuszex
No branches or pull requests
client
directory has 6 crates, where 1 with 6 bins would be enough.This could be simplified even more with general purpose caller that can handle response and store it, so for test env could read it. We have built it for Odra. You could simply copy it over here.
https://github.com/odradev/odra/blob/release/0.2.0/odra-casper/test-env/getter_proxy/bin/getter_proxy.rs#L26
The text was updated successfully, but these errors were encountered: