Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb7c669

Browse files
add balance transfer
1 parent ecf972f commit bb7c669

File tree

132 files changed

+4532
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+4532
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules/*
2+
/package-lock.json
3+
/fabric-client-kv-org*
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
1. 打开第一个terminal
2+
3+
```
4+
$ ./runApp.sh
5+
```
6+
7+
2. 打开第二个terminal
8+
9+
```
10+
$ ./testAPIs.sh
11+
```
12+
13+
3. 可能需要安装`jq`工具,用来在`testAPIs.sh`脚本里发请求
14+
15+
```
16+
$ sudo apt-get install jq
17+
```

0 commit comments

Comments
 (0)