Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`