AraBlocks/ara-contracts

estimate deploy proxy without needing to create afs

bplaster opened this issue · 1 comments

Expected Behavior

deployProxy method should be able to handle estimating cost without needing to have a valid did passed in.

Actual Behavior

Steps to Reproduce the Problem

Specifications

  • Version:
  • Platform:
  • Subsystem:

@bplaster Currently the method implicitly obtains the owner's Ethereum account by resolving the content DDO. The account is necessary to create a transaction. We would need to pass in both contentDid and ownerDid in order to accomplish what you are asking