Skip to content

Commit

Permalink
refactor(examples): secp256k1 transfer example
Browse files Browse the repository at this point in the history
  • Loading branch information
IronLu233 committed Aug 30, 2022
1 parent 635ca26 commit f7416d0
Show file tree
Hide file tree
Showing 7 changed files with 2,178 additions and 247 deletions.
73 changes: 0 additions & 73 deletions examples/secp256k1-transfer/index.tsx

This file was deleted.

164 changes: 0 additions & 164 deletions examples/secp256k1-transfer/lib.ts

This file was deleted.

11 changes: 5 additions & 6 deletions examples/secp256k1-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"lint": "tsc --noEmit"
},
"keywords": [],
Expand All @@ -14,12 +15,10 @@
"@ckb-lumos/lumos": "0.18.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"bulma": "^0.9.4",
"nanoid": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0"
"react-dom": "^17.0.2",
"react-use": "^17.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lumos Transfer</title>
<title>Lumos Secp256k1 Transfer Demo</title>
</head>
<body>
<div id="root"></div>
<script src="index.tsx" type="module"></script>
</body>
</html>
Loading

0 comments on commit f7416d0

Please sign in to comment.