https://github.com/smartcontractkit/hardhat-network
Deploys a basic hardhat chain for testing
https://github.com/smartcontractkit/hardhat-network
Last synced: about 2 months ago
JSON representation
Deploys a basic hardhat chain for testing
- Host: GitHub
- URL: https://github.com/smartcontractkit/hardhat-network
- Owner: smartcontractkit
- License: mit
- Created: 2021-04-09T16:49:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T17:24:19.000Z (over 3 years ago)
- Last Synced: 2023-08-04T16:38:23.414Z (almost 2 years ago)
- Language: Dockerfile
- Size: 74.2 KB
- Stars: 6
- Watchers: 77
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Hardhat Network
 [Docker Hub](https://hub.docker.com/r/smartcontract/hardhat-network)
Docker container that deploys a basic hardhat network for local and CI testing.
## How to Run
`docker run -p 8545:8545 deploy-hardhat`
This will start a docker container with a new Ethereum hardhat blockchain running in it, where
**new blocks are mined every .5 seconds**. From there you can connect normally to the hardhat chain at `ws://localhost:8545`Learn more about the hardhat network at [hardhat's documentation](https://hardhat.org/hardhat-network/)