An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Deploy Hardhat Network

![Docker Pulls](https://img.shields.io/docker/pulls/smartcontract/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/)