Closed sam-goodwin closed 2 years ago
Contract should have feature for renouncing ownership of the Contract
. This could be handled in the Update
CRUD workflow.
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.
Create a Construct,
Contract
, which uses the Solidity Compiler,solc
, to compile an Ethereum Contract and then deploy it to any compatible Blockchain, such as Ethereum/Binance/etc. The Construct should be easily configured for different block chains and networks such as mainnet and testnet.