-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
Create a tutorial for sharing interfaces and clients between contracts in a workspace #679
Comments
@leighmcculloch Can i work on this? |
Hi @Gift-Naomi! Just FYI, this is also not a part of the docs bounty. Look for the issues tagged with the |
Alright then! |
There aren't any incentives for this at this time, let me take it back to the team and see if we can add it to the bounty. |
Okay sir I’ll be waiting to hear from you |
Hi @Gift-Naomi! I've chatted with the team and we're not going to turn this into a bounty at this time. Please feel free to look at any issues labeled with the |
We've seen some use of a pattern where in a multi-contract workspace the interfaces of called contracts are placed in an rlib crate, which also uses the
contractclient
macro to generate a client for the interface. The implementation then implements the interface and contracts that must call it can use the interface-generated contract client.This is somewhat related to:
integration testing
multiple contracts #481The text was updated successfully, but these errors were encountered: