Skip to content

Commit

Permalink
Add ethdo cli for standard keygen (incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 26, 2023
1 parent c9dbc81 commit f97e720
Show file tree
Hide file tree
Showing 22 changed files with 1,499 additions and 649 deletions.
6 changes: 2 additions & 4 deletions common/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"build": "echo '@casimir/data build not specified. Disregard this warning and any listed errors above if @casimir/types is not needed for the current project build.' && exit 0",
"build": "echo '@casimir/data build not specified. Disregard this warning and any listed errors above if @casimir/data is not needed for the current project build.' && exit 0",
"configure:python": "poetry install && poetry run ipython kernel install --user --name=casimir-data",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -13,8 +13,6 @@
"pg": "^8.10.0"
},
"devDependencies": {
"@types/node": "^17.0.38",
"rimraf": "^4.4.0",
"ts-node": "^10.9.1"
"@types/node": "^17.0.38"
}
}
5 changes: 2 additions & 3 deletions common/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=esnext --outfile=dist/index.js",
"build": "echo '@casimir/helpers build not specified. Disregard this warning and any listed errors above if @casimir/helpers is not needed for the current project build.' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand All @@ -12,7 +12,6 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^17.0.38",
"esbuild": "^0.15.9"
"@types/node": "^17.0.38"
}
}
2 changes: 1 addition & 1 deletion common/speculos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private":"true",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=esnext --outfile=dist/index.js",
"build": "echo '@casimir/speculos build not specified. Disregard this warning and any listed errors above if @casimir/speculos is not needed for the current project build.' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions common/ssv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"private": "true",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=esnext --outfile=dist/index.js",
"build": "echo '@casimir/ssv build not specified. Disregard this warning and any listed errors above if @casimir/ssv is not needed for the current project build.' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^17.0.38",
"esbuild": "^0.15.9"
"@types/node": "^17.0.38"
}
}
5 changes: 2 additions & 3 deletions common/uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"private": "true",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=esnext --outfile=dist/index.js",
"build": "echo '@casimir/uniswap build not specified. Disregard this warning and any listed errors above if @casimir/uniswap is not needed for the current project build.' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^17.0.38",
"esbuild": "^0.15.9"
"@types/node": "^17.0.38"
}
}
4 changes: 2 additions & 2 deletions common/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": "true",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --platform=node --target=esnext --outfile=dist/index.js",
"build": "echo '@casimir/wallets build not specified. Disregard this warning and any listed errors above if @casimir/wallets is not needed for the current project build.' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^9.1.2",
"@ledgerhq/hw-app-eth": "^6.30.4",
"@ledgerhq/hw-app-eth": "^6.34.1",
"@ledgerhq/hw-transport": "^6.27.10",
"@ledgerhq/hw-transport-webusb": "^6.27.10",
"@trezor/connect-web": "^9.0.3",
Expand Down
Loading

0 comments on commit f97e720

Please sign in to comment.