Giter Club home page Giter Club logo

ethpanel's Introduction

EthPanel

A friendly web interface to ethereum node.

EthPanel is designed to be a lightweight, full functional, and browser only app. Browser only means it runs completely in browser, requires nothing to be installed on your computer.

screenshot

EthPanel is still in its early stage, before alpha release. If you want any specific function or have an idea, please create a issue.

Run

EthPanel communicates with ethereum node through json rpc, so make sure your node enabled json rpc and allowed cross-origin resource sharing:

geth --rpc --rpccorsdomain "*"

'*' will allow ajax request from any domain. You can set it to a more specific domain, e.g. http://localhost:8080.

By default EthPanel suppose the node is listening http://localhost:8545 for json rpc request.

Check out the live version here.

It's also deployed on EthFans.org as a utility.

Build

You must have npm installed on your computer.

From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

npm start

This will perform an initial build and start a watcher process. build/ directory will be created and all output will be put there.

To build a production version, run:

npm run release

To run the app, simply open build/index.html.

ethpanel's People

Watchers

 avatar  avatar

Forkers

walletcoin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.