Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

delegator build_call example #1752

Closed
wants to merge 1 commit into from
Closed

Conversation

Daanvdplas
Copy link

I wrote a different implementation of the delegator example. In stead of instantiating all the contracts when instantiating the delegator contract, the delegator contract is instantiated with already instantiated contracts of adder, subber and accumulator.

Why I think it could be useful:

  • It shows a simple but extended example with multiple contracts interacting with each other through build_call.
  • Reference material to compare with the other delegator (now called multi_contract_caller example).
  • Supported by e2e-tests.

Please let me know if it needs any improvements (e.g. the name 馃槄)!

@SkymanOne
Copy link
Contributor

Closing this PR as #1826 and #1825 need to be addressed first

@SkymanOne SkymanOne closed this Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants