Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract Construct for compiling and deploying Solidity Contracts #3

Closed
sam-goodwin opened this issue Nov 13, 2021 · 3 comments
Closed
Labels
enhancement New feature or request stale

Comments

@sam-goodwin
Copy link
Owner

sam-goodwin commented Nov 13, 2021

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.

new cdk3.SolidityContract(this, "BSCContract", {
  code: path.join(__dirname, "..", "contracts"),
  contract: "MyContractName",
});
@sam-goodwin sam-goodwin added the enhancement New feature or request label Nov 13, 2021
@sam-goodwin
Copy link
Owner Author

Contract should have feature for renouncing ownership of the Contract. This could be handled in the Update CRUD workflow.

@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Jan 13, 2022
@github-actions
Copy link

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
1 participant