ethereum / sharding

Sharding manager contract, and related software and tests
480 stars 105 forks source link

Easy SMC deployment #105

Closed jannikluhn closed 6 years ago

jannikluhn commented 6 years ago

The web3 contract class (of which SMCHandler is a subclass) provides deployment API (see https://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example for an example). We can't use that right now as SMCHandler doesn't know about its bytecode (and ABI?) right now.