Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
/ grid Public archive

[DEPRECATED] Download, configure, and run Ethereum nodes and tools

License

Notifications You must be signed in to change notification settings

ethereum/grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

884fad7 · Dec 10, 2020
Aug 27, 2019
Sep 24, 2019
Jul 30, 2019
Mar 18, 2020
Nov 15, 2019
Oct 31, 2019
Feb 28, 2019
Oct 12, 2018
Sep 14, 2019
Jun 20, 2019
Nov 15, 2019
Nov 15, 2019
Sep 14, 2019
Feb 26, 2019
Feb 28, 2019
Mar 21, 2019
Aug 27, 2019
Feb 20, 2019
Sep 20, 2019
Jun 12, 2019
Jul 29, 2019
Dec 10, 2020
Nov 6, 2019
Apr 11, 2019
Jan 29, 2019
Sep 4, 2019
Mar 4, 2019
Jun 27, 2019
Jul 22, 2019
Sep 26, 2019
Nov 6, 2019
Sep 10, 2019
Sep 12, 2019
Feb 8, 2019
Oct 1, 2019

Repository files navigation

DEPRECATED

This project is not supported anymore.

CircleCI

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.

See this introductory post to learn more about the motivations behind the project. Release announcements and tutorials are released on the project Medium publication.

Development

This repo is the hosting application for 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.

Landing page development guide

See instructions at /docs.

Contributing

There are many ways to get involved with this project. Get started here.