staticinstance / eosjs-ui

Eos blockchain admin web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

General purpose web interface for the EOS blockchain.

Status: Alpha (for developers)

Requirement

Build and run eosd or direct requests to a public testnet or production node.

Configuration

See npm/config and ./config.

In summary, the kyt environment automatically sets NODE_ENV to development (in npm run dev). For local customizations, you can copy ./config/development.json to a new name (like ./config/myconfig.json) set NODE_ENV=myconfig.

Start

npm install
npm run dev

Development

Getting Started

Environment

Node 8+ and Browser

About

Eos blockchain admin web interface.


Languages

Language:JavaScript 95.3%Language:CSS 4.7%