ethereum / grid-ui

**DEPRECATED** UI for Ethereum Grid

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛔ Deprecated ⛔

This project is not supported anymore.

Build Status

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 web application hosted by Grid.

Quick Start

Clone, install dependencies, and start the application:

git clone https://github.com/ethereum/grid-ui.git
cd grid-ui
yarn && yarn start

This will serve the application at localhost:3080, but little can be done without the Grid electron wrapper:

git clone https://github.com/ethereum/grid.git
cd grid
yarn && yarn start:dev

Contributing

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

About

**DEPRECATED** UI for Ethereum Grid

https://grid.ethereum.org/

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.6%Language:HTML 1.8%Language:CSS 0.5%