Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chitranjan-gupta/ganache-server

Ganache Server with custom accounts
https://github.com/chitranjan-gupta/ganache-server

Last synced: about 1 month ago
JSON representation

Ganache Server with custom accounts

Awesome Lists containing this project

README

        

# Ganache-Server

## Setup
1. Install docker and git

## Build
1. Clone the repository

```bash
git clone https://github.com/chitranjan-gupta/Ganache-Server
```
2. cd into the directory
```bash
cd Ganache-Server
```
3. Build the Docker Image
```bash
docker build --file Dockerfile ganache-server .
```
## Execute
1. Run the docker image

```bash
docker run -it -p 8545:8545 ganache-server
```
## Account
> Test account private key is present in custom-accounts.json

> If you want add account or remove account edit Dockerfile

Sources:
1. https://github.com/trufflesuite/ganache