Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Use two-stage procedure creation #69

Closed JakeOShannessy closed 6 years ago

JakeOShannessy commented 6 years ago

Procedure creation should be 2 steps:

  1. Deploy the contract to the blockchain.
  2. Ask the kernel to verify and register it as a procedure.
Latrasis commented 6 years ago

Tracking for #70.

JakeOShannessy commented 6 years ago

Completed with #70.