File tree Expand file tree Collapse file tree 7 files changed +2188
-247
lines changed
examples/secp256k1-transfer Expand file tree Collapse file tree 7 files changed +2188
-247
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "description" : " " ,
66 "main" : " index.js" ,
77 "scripts" : {
8+ "start" : " parcel src/index.html" ,
89 "lint" : " tsc --noEmit"
910 },
1011 "keywords" : [],
1415 "@ckb-lumos/lumos" : " 0.18.0" ,
1516 "@types/react" : " ^17.0.34" ,
1617 "@types/react-dom" : " ^17.0.11" ,
18+ "bulma" : " ^0.9.4" ,
19+ "nanoid" : " ^4.0.0" ,
1720 "react" : " ^17.0.2" ,
18- "react-dom" : " ^17.0.2"
19- },
20- "devDependencies" : {
21- "@babel/cli" : " ^7.16.0" ,
22- "@babel/core" : " ^7.16.0" ,
23- "@babel/plugin-transform-modules-commonjs" : " ^7.16.0"
21+ "react-dom" : " ^17.0.2" ,
22+ "react-use" : " ^17.4.0"
2423 }
2524}
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Lumos Transfer</ title >
7+ < title > Lumos Secp256k1 Transfer Demo </ title >
88 </ head >
99 < body >
10- < div id ="root "> </ div >
1110 < script src ="index.tsx " type ="module "> </ script >
1211 </ body >
1312</ html >
You can’t perform that action at this time.
0 commit comments