• Stars
    star
    518
  • Rank 84,844 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain

BitShares-UI

中文版

This is the reference wallet of BitShares Blockchain which connects to BitShares Blockchain nodes (bitshares-core).

This reference wallet is a browser based wallet, which means your keys are stored locally in your browser and never leaves it while using the wallet. You should never expose your keys to anyone as transactions are signed locally before transmitting them to a node.

Getting started

Building BitShares-UI browser based reference wallet depends on node version 16 using a non-root user.

On Ubuntu or macOS, the easiest way to install node is to use Node Version Manager.

Install nvm according to your platforms recommendation and set the version

nvm install v16
nvm use v16

Once you have node installed, clone the repository using the following commands:

git clone https://github.com/bitshares/bitshares-ui.git
cd bitshares-ui

Before launching the UI you will need to install the packages using yarn on a non-root user:

yarn install

Running the dev server

Once all the packages have been installed you can start the development server by running:

yarn start

Once the compilation is done the UI will be available in your browser at: localhost:8080 or 127.0.0.1:8080. Hot Reloading is enabled so the browser will live update as you edit the source files.

Testnet

By default bitshares-ui connects to the BitShares mainnet, but it's very easy to switch it to the testnet. To do so, open the UI in a browser, go to Settings, then under Nodes, select the Testnet in the dropdown menu. The UI will reload and connect to the testnet.

There is also a ready-made deployment directly connected to testnet including account creation available here.

image

Production

If you'd like to host your own UI somewhere, you should create a production build and host it using NGINX or Apache. In order to create a prod bundle, simply run the following command:

yarn run build

This will create a bundle in the ./build/dist folder that can be hosted with the web server of your choice.

Installable (local wallet)

We use Electron to provide installable wallets, available for Windows, macOS and Linux Debian platforms such as Ubuntu. There is a GitHub Action available that shows all the steps necessary for this build.

This will compile the UI with some special modifications for use with Electron, generate installable binaries with Electron and copy the result to the root build/binaries folder.

Docker

Clone this repository, run docker-compose up and visit localhost:8080

Contributing & Coding style guideline

See CONTRIBUTING.md

Code of Conduct

This repository has a Code of Conduct that should be followed by everyone. Please read CODE_OF_CONDUCT.md

Please keep comments constructive and clean

BrowserStack

The BitShares UI is integrated with BrowserStack (https://www.browserstack.com) to allow manual compatibility testing across devices and browser versions. In the future we will switch to a automated Selenium testing framework. image

Release Branches

There are three branches that forms the current release process.

Develop

All PRs should be pushed to the develop branch. New commits are automatically deployed to this branch and published for review.

Available for browsing on https://develop.bitshares.org

Staging (Current Release Candidate)

At the end of each milestone, develop branch is pushed to staging and forms the Release Candidate. The date of the RC forms the name, ie. 5.0.220214-rc1.

Application breaking issues and bugs should be submitted to the issue tracker and PRs should be pushed to staging.

Available for browsing on https://staging.bitshares.org

Master (stable)

When all major issues to the current RC are fixed, staging branch is released to the stable master branch.

Available for browsing on https://wallet.bitshares.org which is the official reference wallet for Bitshares.

More Repositories

1

bitshares-core

BitShares Blockchain node and command-line wallet
C++
1,169
star
2

bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
C++
218
star
3

python-bitshares

Fully featured client-side library for the BitShares Blockchain - written entirely in python.
Python
162
star
4

bitsharesjs

JavaScript tools for BitShares Encryption and Serialization
JavaScript
96
star
5

bsips

BitShares Improvement Proposals and Protocols. These technical documents describe the process of updating and improving the BitShares blockchain and technical ecosystem.
63
star
6

bitshares-mobile-app

This is the mobile app for bitshares blockchain
Objective-C
48
star
7

uptick

Python-based CLI tool set for BitShares blockchain
Python
42
star
8

awesome-bitshares

A curated list of awesome resources for the BitShares Blockchain
35
star
9

bitshares1-webwallet

Web Interface for BitShares Wallets 0.x (before 2015-10-13)
CoffeeScript
35
star
10

bitshares-explorer-api

REST API for BitShares
Python
32
star
11

bitsharesjs-ws

Javascript websocket interface for BitShares
JavaScript
30
star
12

beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.
JavaScript
27
star
13

bitshares-js

(DEPRECATED) JavaScript tools for BitShares Encryption and Serialization
25
star
14

devshares

Releases of DevShares
C++
21
star
15

open-explorer

Open Source BitShares Blockchain Explorer
JavaScript
21
star
16

bitshares.github.io-old

This repository contains code of old bitshares.org website. Code of the new site is https://github.com/bitshares/bitshares.org
HTML
21
star
17

docs.bitshares.org

Please check the new repository https://github.com/bitshares/how.bitshares.works. This repository contains the OLD sources (and the build in a different branch) for docs.bitshares.org
CSS
18
star
18

bitshares-community-ui

[Worker Proposal] Light and 100% Responsive, BitShares Community DEX/UI - based on Vue.js Framework
Vue
16
star
19

dev.bitshares.works

BitShares Developer Documentation Portal
Python
12
star
20

bitshares1-qtwallet

Qt Wallet for BitShares 0.x (before 2015-10-13)
C++
11
star
21

wallet.bitshares.org

Hosted wallet of latest release of bitshares-ui. Please submit bug reports and feature requests to https://github.com/bitshares/bitshares-ui/issues
HTML
9
star
22

beet-js

BeetJS is the client library for interaction with Beet
JavaScript
8
star
23

marketing

This is collective of marketing material for advertisement, public relations and knowledgebase for the BitShares blockchain and community
CSS
7
star
24

bitshares-ui-style-guide

Ant based style guide for bitshares-ui
CSS
6
star
25

baips

BitAssets Improvement Proposals
6
star
26

bitshares-gitian

Reproducible builds for BitShares community software
Shell
6
star
27

bitshares1-toolkit

C++
6
star
28

tapin

Account creation service (faucet) built with python-bitshares
Python
5
star
29

v1.bitshares.org

Deprecated; use: https://github.com/bitshares/bitshares.github.io
CSS
5
star
30

ledger-app-bitshares

Bitshares Wallet App for Ledger Nano S
C
5
star
31

gwallet

Graphical bitshares wallet
C++
4
star
32

develop.bitshares.org

Bleeding edge hosted wallet off the develop branch of bitshares-ui
HTML
4
star
33

bitshares-networks

BitShares Networks
Python
3
star
34

bitshares.org

BitShares.org website and development
CSS
3
star
35

committee-tools

Python
3
star
36

bitshares-pay

[unmaintained]
JavaScript
3
star
37

btsproxy

Python
3
star
38

bitshares1-faucet

Various Web Services that interact with BitShares 0.x (before 2015-10-13)
Ruby
3
star
39

how.bitshares.works

Repository that hosts the content of https://how.bitshares.works
3
star
40

homebrew-boost

Homebrew Tap for older versions of boost library
Ruby
2
star
41

bitshares1-vendor

3rd party libraries adapted for our build environment
C
2
star
42

roadmap

BitShares Official Roadmap
2
star
43

hackthedex.io

Hack The DEX: the BitShares Bug Bounty Program
HTML
2
star
44

bitshares.github.io

BitShares Project Homepage
HTML
1
star
45

stakeBTS

Python-based automated software for the management of users investments/funds, their liquidation and rewards with Company acting as Custodian - through BitShares blockchain.
Python
1
star
46

dBTS_ERC20_token

Decelerated BitShares - A 1:1 MPA ("synth") to BitShares on Ethereum blockchain
Solidity
1
star
47

bitshares-ui-staging

Hosted wallet of latest build of bitshares-ui staging branch
HTML
1
star
48

bitshares-ui-api

JavaScript
1
star
49

doxygen

Documentation Generated from BitShares-Core source code
1
star