Skip to content

Github actions for Ethereum or Blockchain #7

Answered by dodger213
BTC415 asked this question in Q&A
Discussion options

You must be logged in to vote

Sincerely speaking, there is not a lot you can do to Ethereum or Blockchain, except for linting and testing. Nevertheless, here are some other important pipelines, which can be automated using Github Actions.

Continuous Deployment: Automated deployment of your smart contracts to new test networks like Ropsten or Rinkeby. You may also deploy these contracts into the Mainnet, whenever changes are made into specific branches. Furthermore, you may also use the same actions to conjure frontend web-apps that interact smartly with your Ethereum and Blockchain network.

Security Analysis: If not linting or testing, maybe security analysis can be done through Github actions. You may use Slither or …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BTC415
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants