- tags: Smart contracts,Ethereum,Ethereum development
- source: ethereum.org. “Ethereum Local Development Setup.” Accessed January 7, 2022. https://ethereum.org.
Local development node:
-
Use Hardhat to build the ethereum development environment.
And also there are some tools that based on Hardhat:
-
Ganache: A tool for creating a local blockchain for fast Ethereum development.
Tools that based on Ganache:
- Python based: brownie
Testing tools: