Skip to content

Commit 6fcdaad

Browse files
committed
update
1 parent 57d06fb commit 6fcdaad

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ckb-light-wasm-demo

prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ mkdir tmp
22
cd tmp
33
git clone https://github.com/gpBlockchain/startBlockchain.git
44
cd startBlockchain
5+
git checkout gp/support-sqlite
56
cd ckbLightClient
67
sh prepare.sh
78
sh start.sh

prepare_dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ mkdir tmp
22
cd tmp
33
git clone https://github.com/gpBlockchain/startBlockchain.git
44
cd startBlockchain
5+
git checkout gp/support-sqlite
56
cd ckbDevWithIndexAndLightClient
67
sh prepare.sh
7-
sh start.sh
8+
sh start.sh

prepare_wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ git submodule update
88
cd ckb-light-client
99
git log -1
1010
cd ../
11-
bash build.sh
11+
bash build.sh

0 commit comments

Comments
 (0)