Replace public testnets with Virtual TestNets synced with mainnet state. Get started!

GitHub Action for Virtual TestNet CI Setup

Dec 6, 2024 • 2 months ago

GitHub Action for Virtual TestNet CI Setup

You can now set up a CI infrastructure using Hardhat and Virtual TestNets with a simple GitHub Action. The action automatically provisions a new Virtual TestNet for running Hardhat tests as part of your CI. Once your tests are complete, it automatically pauses the Virtual TestNet. 

With this simple setup, you can automate the CI process and accelerate your development and testing cycles. To get started, check out the GitHub Action and follow the step-by-step guide to set it up.