iquidus / grid

Download, configure, and run Ethereum nodes and tools

Home Page:https://grid.ethereum.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Enter the Grid

This is the hosting application for Grid UI and can be considered a Mist alternative in the long run. This project ensures that the user can update, configure and run the Grid UI web app and client binaries, such as geth.

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

The developer mode will try to load grid UI from a locally running web server on port 3080. To run in dev mode you will have to follow the setup instructions on the Grid UI repo.

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

In the the 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.

About

Download, configure, and run Ethereum nodes and tools

https://grid.ethereum.org/


Languages

Language:JavaScript 96.9%Language:HTML 2.7%Language:Shell 0.3%