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

Smart contract deploy tool #7

Open
4 tasks
pcppcp opened this issue Oct 24, 2018 · 0 comments
Open
4 tasks

Smart contract deploy tool #7

pcppcp opened this issue Oct 24, 2018 · 0 comments

Comments

@pcppcp
Copy link

pcppcp commented Oct 24, 2018

We'll eventually need a tool that can deploy smart contracts.

requirements

  • compile arbitary smart contract into a bytecode
  • store the bytecode on-chain
  • do not use eth_personal_*. Private key must be read from a keyfile and used to sign the transaction locally
  • create tests for the deployment using pytest framework

take your inspiration from here (it does most of the things listed above)
https://github.com/raiden-network/raiden-contracts/blob/master/raiden_contracts/deploy/__main__.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant