https://github.com/naps62/persisted-anvil
https://github.com/naps62/persisted-anvil
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naps62/persisted-anvil
- Owner: naps62
- Created: 2024-09-26T18:43:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:41:57.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:44:18.281Z (over 1 year ago)
- Language: TypeScript
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persisted Anvil
A docker setup that includes a persistent anvil instance, with optional forking capabilities, and a faucet API
# Usage
1. Start the system with `docker compose up -d`
2. Use anvil through the exposed RPC at `http://localhost:8545`
3. Mint new ETH to an arbitrary account with `curl localhost:3000 --data '{"address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"}'`