Morning. I have been searching the docs and examples for any indication on how to effectively use sway_libs and standards within rust harness.rs test file to test proxy and implement contracts. Any help or suggestions?
2 Likes
do you mean using sway standards and sway_libs within the test file? if yes, then I don’t think you can do that. you can import libs and standards within the sway smart contracts and use the rust harness to test against it. Here is an example of importing sway_libs and standards in contracts. lmk if that helps, happy to help you more.
3 Likes