Lex-Ai / ui-wallet

Wallet interface for GOLOS blockchain

Home Page:https://wallet.golos.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallet UI

React.js web interface to the blockchain-based wallet service. It uses Golos blockchain, a fork of Steem blockchain powered by Graphene 2.0 technology to store JSON-based content for a plethora of web applications.

Installation

We recommend using docker to run in production. This is how we run the live site and it is the most supported method of both building and running application. We will always have the latest version available on Docker Hub.

Clone the repository

git clone https://github.com/golos-blockchain/ui-wallet &&
cd ui-wallet

Run all services (production mode):

sudo docker-compose up

Install for Development mode

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -

sudo apt-get install -y nodejs

npm install -g yarn

yarn install

yarn dev

You now have your development front end running at localhost:8080, connected to the public GOLOS blockchain.

Production

Generate a new crypto_key and save under server_session_secret in /config/default.json.

node
> crypto.randomBytes(32).toString('base64')

About

Wallet interface for GOLOS blockchain

https://wallet.golos.id

License:MIT License


Languages

Language:JavaScript 92.9%Language:SCSS 7.1%Language:Dockerfile 0.0%Language:Shell 0.0%