Skip to content

Commit

Permalink
add data-flow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyiwen committed Nov 2, 2018
1 parent f0499f6 commit 52ed069
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![原本链](https://github.com/yuanbenio/universe-java-sdk/blob/master/yuanbenlian.png)
![原本链](https://github.com/yuanbenio/universe-java-sdk/blob/master/img/yuanbenlian.png)

>这个版本的SDK用来给java语言开发者提供便捷生成metadata的服务。方法的具体使用请查看[examples](https://github.com/yuanbenio/universe-java-sdk/tree/master/src/test/com/yuanben/test)
Expand Down Expand Up @@ -48,6 +48,9 @@ https://github.com/yuanbenio/universe-java-sdk
| data | TreeMap<String, Object> | 存放和原数据相关的内容。|用户传入|


## 数据流图
![数据流图](https://github.com/yuanbenio/universe-java-sdk/blob/master/img/数据流图.png)

### API详解

#### GeneratorSecp256k1Key
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# services
Yuanben Chain SDK for Java developers

![Yuanben chain](https://github.com/yuanbenio/universe-java-sdk/blob/master/yuanbenlian.png)
![Yuanben chain](https://github.com/yuanbenio/universe-java-sdk/blob/master/img/yuanbenlian.png)

jdk version :1.7

Expand Down Expand Up @@ -37,6 +37,10 @@ build JAR : `maven clean package`
|5000|Unknown error|


## Data flow diagram
![Data-flow](https://github.com/yuanbenio/universe-java-sdk/blob/master/img/data-flow.png)


## API Document

> TestNet address: https://testnet.yuanbenlian.com
Expand Down
Binary file added img/data-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added img/数据流图.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52ed069

Please sign in to comment.