chronicled / open-registry-sdk

Apache License 2.0
30 stars 17 forks source link

drew.chron-2917: Adds MultiAccessFactory configuration for MultiAccess contract deployment #21

Closed drewstone closed 7 years ago

drewstone commented 7 years ago

Overview

For every new registrant, we want their data to be controlled by a multi access contract capable of storing many keys/individuals with the power to sign off on various operations. Therefore, we will add in the open-registry-sdk the ability to create such a contract from a MultiAccessFactory contract.

Requirements

Since this is dependent on the existence and deployment of a MultiAccessFactory contract on the Ethereum blockchain, this PR should be updated later with the final factory contract ABI and the deployment address. Once done, the owner of the MultiAccessFactory will have the ability to create new MultiAccess contracts.

AllenSH12 commented 7 years ago

Looks like eslint is throwing a few errors, just FYI

imolfar commented 7 years ago

@drewstone, MultiAccess contract functionality is not a part of our public SDK. Possible solutions is to

drewstone commented 7 years ago

@imolfar Sounds good. I'll close this and re-evaluate where to put it.