Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chitranjan-gupta/ganache-server
- Owner: chitranjan-gupta
- License: mit
- Created: 2023-10-01T11:56:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T14:45:05.000Z (about 1 year ago)
- Last Synced: 2023-10-05T15:35:05.913Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://ganache-server.onrender.com
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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