###### tags: `Eth Dev Environment`
# Eth Dev Environment
## Links
[Consensys course chapter 5](https://courses.consensys.net/courses/take/blockchain-developer-bootcamp-registration-2020/lessons/14512885-5-1-development-workflow-a-low-level-overview)
## Workflow
Without the help up truffle/ganache/other frameworks.
1. Create accounts
2. Fund accounts
3. Develop app / write code
4. Compile smart contracts
5. Sign bytecode and deploy to blockchain