Skip to content

uchaindb/UClient

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 


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