Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T06:10:00.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T21:42:35.823Z (9 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- 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`