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.
$ cd src
$ npm install
$ npm run build
$ cd src
$ dotnet build --configuration release
$ npm install -g cordova
$ cd cordova
$ npm run copy
$ cordova build ios
$ cordova build android
TBD
-
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.
We hope you'll get involved! Read our Contributors' Guide for details.
- Please see https://github.com/uchaindb/UClient/releases
Licensed under the MIT license.