https://github.com/pooltogether/ganache-fork
Simple project that make it easy to fork an Ethereum network
https://github.com/pooltogether/ganache-fork
Last synced: 3 months ago
JSON representation
Simple project that make it easy to fork an Ethereum network
- Host: GitHub
- URL: https://github.com/pooltogether/ganache-fork
- Owner: pooltogether
- Created: 2019-11-15T00:33:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T06:10:00.000Z (about 5 years ago)
- Last Synced: 2025-05-04T15:40:43.129Z (about 1 year ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ganache Fork
One command to fork Ethereum mainnet locally.
## Setup
Create your environment variables file:
```
$ cp .envrc.example .envrc
```
Update the FORK_URL with your RPC URL.
Now use `direnv` to enable the vars:
```
$ direnv allow
```
## Usage
Spin up a new ganache cli fork:
```
yarn fork
```
The fork will add data to the hidden directory `.ganache`