Skip to content

uchaindb/UClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


UClient

Universal Client for UChainDb

Gitter Build Status Maintainability FOSSA Status

UClient is Universal Client for UChainDb that enables:

  • Discover chain database
  • Find the history of database, even for cells
  • Monitor fork of database
  • Monitor table data modification or even the cell modification
  • Inspect the block and transaction detail
  • Manage private key
  • Refer to our roadmap for a full list

UClient has been brought to you in following form:

  • Offline Available Webpage Demo Link
  • iOS Mobile App (Work In Progress)
  • Android Mobile App (Work In Progress)

Please report missing features/bugs on GitHub and join us on Gitter.

Contents

Build Client

Using webpack

$ cd src
$ npm install
$ npm run build

Using msbuild

$ cd src
$ dotnet build --configuration release

Build Mobile(Cordova)

$ npm install -g cordova
$ cd cordova
$ npm run copy
$ cordova build ios
$ cordova build android

Usage

TBD

What's Included

  • src folder

    • npm run serve: development using webpack command line.
    • npm run build: Production ready build.
    • npm run extract: Extract text from source code to language json file to be localized.
    • npm run test: Intended to be unit tests, but TBD.
  • cordova folder

    • npm run copy: copy output of webpack result to cordova www folder.

Contributions

We hope you'll get involved! Read our Contributors' Guide for details.

Release History

License

Licensed under the MIT license.

FOSSA Status