
UClient
Universal Client for UChainDb
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
foldernpm 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
foldernpm run copy
: copy output of webpack result to cordovawww
folder.
Contributions
We hope you'll get involved! Read our Contributors' Guide for details.
Release History
- Please see https://github.com/uchaindb/UClient/releases
License
Licensed under the MIT license.