0xTomoyo / anvil-persistence

Create persistent Anvil instances

Home Page:https://hub.docker.com/r/0xtomoyo/anvil-persistence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anvil-persistence

Create persistent Anvil instances.

The anvil-persistence command spins up a persistent Anvil instance. Any updates to the Anvil state are immediately saved to disk (by default to the anvil_state.txt file). When rerunning the command (with the same file), the state is automatically loaded into the Anvil instance.

Install

Requirements: Go and Foundry.

go install

Alternatively you can use the Docker image.

Usage

anvil-persistence
anvil-persistence -command=/root/.foundry/bin/anvil -file=anvil_state.txt -host=127.0.0.1

About

Create persistent Anvil instances

https://hub.docker.com/r/0xtomoyo/anvil-persistence

License:GNU General Public License v3.0


Languages

Language:Go 92.7%Language:Dockerfile 7.3%