ethgr0wth / Webnero-UI

This is the User Interface for Webnero. Webnero is the Web Wallet for Electronero Network coins. Support for ETNX, ETNXP, LTNX, GLDX, CRFI, and all tokenized xASSETS out-of-the-box. Deposit, Withdrawal, Transaction History, Swaps (soon), Stake (soon), Farm (soon), and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Webnero UI]

This is the User Interface for Webnero. Webnero is the Web Wallet for Electronero Network coins/tokens. Support for ETNX, ETNXP, LTNX, GLDX, CRFI and all EI-2.0 XRC20 tokens, Electronero Smart Chain xASSETS out-of-the-box.

Deposit, Withdrawal, Transaction History, Swaps (soon), Stake (soon), Farm (soon), and more.

To use the UI, connect to Electronero Passport API Get an API key here:

Connection Scheme

------[server]-------<<->>-------[blockchain]-----<<->>------[private API]-------<<->>------[public API]------<<->>---[UX/UI]---
electronero network | <-> | electronerod (nodes) | <-> | electronero-Wallet-RPC | <-> | Electronero Passport | <-> | Webnero UI
----node clusters---|<<->>|--blockchain daemons--|<<->>|-- wallets JSON API's --|<<->>|public Electronero API|<<->>| front-end

Requirements

  • Must have a connection to Electronero Passport API or your own API for the UI to function as intended. This is the live repository of Webnero hosted at https://webnero.electronero.org
  • NodeJS/NPM or NodeJS/Yarn
  • Bower

Install (one-liner)

bower init && bower install && npm i && gulp less && gulp deploy The sym linked *.html files located in ./ will be hot loaded to wallet/* and you can serve the *.html directly from ./

Install (walk-through)

Building from Source Files

After cloning the repo take a look at the gulpfile.js and check out the tasks available:

  • gulp less The less task will compile the LESS into the dist directory and minify the output.

  • gulp deploy The default task will compile templates from NJK to HTML, and LESS and JS, then output into the dist directory and minify the output, and it will copy all vendor libraries from bower_components

    Node Packages: Use npm or yarn to install dependencies.

npm install gulp-nunjucks-render --save-dev
npm install gulp-data --save-dev

Bower Packages: To update dependencies, run bower update and then run gulp less && gulp deploy to copy the updated dependencies

bower init
bower install
bower update

About

This is the User Interface for Webnero. Webnero is the Web Wallet for Electronero Network coins. Support for ETNX, ETNXP, LTNX, GLDX, CRFI, and all tokenized xASSETS out-of-the-box. Deposit, Withdrawal, Transaction History, Swaps (soon), Stake (soon), Farm (soon), and more.


Languages

Language:JavaScript 55.6%Language:HTML 25.1%Language:CSS 10.0%Language:Nunjucks 6.9%Language:Less 2.1%Language:SCSS 0.2%