File tree 7 files changed +2196
-247
lines changed
examples/secp256k1-transfer
7 files changed +2196
-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 5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
+ "start" : " parcel src/index.html" ,
8
9
"lint" : " tsc --noEmit"
9
10
},
10
11
"keywords" : [],
14
15
"@ckb-lumos/lumos" : " 0.18.0" ,
15
16
"@types/react" : " ^17.0.34" ,
16
17
"@types/react-dom" : " ^17.0.11" ,
18
+ "bulma" : " ^0.9.4" ,
19
+ "nanoid" : " ^4.0.0" ,
17
20
"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"
24
23
}
25
24
}
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Lumos Transfer</ title >
7
+ < title > Lumos Secp256k1 Transfer Demo </ title >
8
8
</ head >
9
9
< body >
10
- < div id ="root "> </ div >
11
10
< script src ="index.tsx " type ="module "> </ script >
12
11
</ body >
13
12
</ html >
You can’t perform that action at this time.
0 commit comments