-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CE-239] Add document for user dashboard
Change service management doc for add user-dashboard docker Add operation document for user dashboard Change-Id: I22aad6da6b97e947fb16589e7fd246b59c8d8b04 Signed-off-by: Haitao Yue <hightall@me.com>
- Loading branch information
Showing
7 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# User Dashboard | ||
|
||
By default, the user dashboard will listen on port `8081` at the Master Node, and operators can login in with default `admin:pass` credential. | ||
|
||
The left panel gives quick link to various functions, including `Chain`, `Invoke`, `Smart Contract`. | ||
|
||
| Name | URL | Function | | ||
| --- | --- | --- | | ||
| Chain | `/dashboard#/chain` | See a high-level overview on all fabric chains | | ||
| Invoke | `/dashboard#/api` | Invoke&Query smart contract api | | ||
| Smart Contract | `/dashboard#/smart_contract` | Manage&Upload all smart contract | | ||
|
||
## Chain | ||
|
||
![User Dashboard Overview](imgs/user-dashboard/overview.png) | ||
|
||
The default overview page show chains user applied, and the status of chain, include (peer/block/smart contract/transaction), and can query recent block/transaction info. | ||
|
||
## Smart Contract | ||
|
||
![User Dashboard smart contract](imgs/user-dashboard/smart_contract.png) | ||
|
||
User can upload, install, instantiate, delete smart contract here. | ||
|
||
## Invoke | ||
|
||
![User Dashboard Invoke](imgs/user-dashboard/invoke_query.png) | ||
|
||
In Invoke page, you can invoke/query smart contract api, and get the response from api. | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |