https://github.com/ethereum/grid
[DEPRECATED] Download, configure, and run Ethereum nodes and tools
https://github.com/ethereum/grid
Last synced: 3 months ago
JSON representation
[DEPRECATED] Download, configure, and run Ethereum nodes and tools
- Host: GitHub
- URL: https://github.com/ethereum/grid
- Owner: ethereum
- License: isc
- Archived: true
- Created: 2018-10-12T12:11:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T08:33:51.000Z (about 4 years ago)
- Last Synced: 2025-01-06T10:04:57.656Z (3 months ago)
- Language: JavaScript
- Homepage: https://grid.ethereum.org/
- Size: 88.5 MB
- Stars: 174
- Watchers: 16
- Forks: 36
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## DEPRECATED
This project is not supported anymore.
![]()
[](https://circleci.com/gh/ethereum/grid/tree/master)
# Ethereum Grid
Grid is a desktop application that allows you to securely download, configure and use various clients and tools in the Ethereum ecosystem. Download the [latest version](https://grid.ethereum.org/).

See this [introductory post](https://medium.com/ethereum-grid/introducing-ethereum-grid-1e65e7fb771e) to learn more about the motivations behind the project. Release announcements and tutorials are released on the project [Medium publication](https://medium.com/ethereum-grid).
## Development
This repo is the hosting application for [Grid UI](https://github.com/ethereum/grid-ui).
### Quick Start
Install and run Grid UI:
```
git clone https://github.com/ethereum/grid-ui.git
cd grid-ui
yarn && yarn start
```Install and run Grid:
```
git clone https://github.com/ethereum/grid.git
cd grid
yarn && yarn start:dev
```### Dev Mode
`yarn start:dev`
The developer mode will try to load grid UI from a locally running web server on port `3080`.
#### Debugging
Enable debug logging to console with `DEBUG=geth-js yarn start:dev`.
More namespaces will be added over time and listed here. We would appreciate contributions in adding more throughout our modules.
### Production Mode
`yarn start:prod`
In production mode, a bundled app can be loaded from either `fs` or a remote location such as Grid UI's GitHub releases.
### Release Process
See the developer guide [here](/RELEASE.md).
### Landing page development guide
See instructions at [/docs](/docs/).
### Contributing
There are many ways to get involved with this project. Get started [here](/CONTRIBUTING.md).