holochain-open-dev / holoom

Tools for weaving blockchain data into holochain
2 stars 1 forks source link

Assure link between evm signer and signing offer #68

Open 8e8b2c opened 2 months ago

8e8b2c commented 2 months ago

Relates to https://github.com/holochain-open-dev/holoom/issues/31

Option 1

Add a wallet_attestation_ah field to EvmSigningOffer which is validated to have the same author. Then links against an evm address can be validated against the attestation. The evm-bytes-signer micro-service would ensure the attestation exists on launch.

Pros

Cons

Option 2

Nest EvmSigningOffer inside of a SignedEvmSigningOffer. The evm-bytes-signer micro-service then signs this offer as part of creation.

Pros

Cons