Skip to content

Commit 5a7324f

Browse files
committed
feat(scripts): add plugin-based SDK coin generator v2 for ethalt coins
Ticket: WIN-8259 TICKET: WIN-8259
1 parent 74d5bad commit 5a7324f

37 files changed

+2393
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
/modules/statics/src/utxo.ts @BitGo/btc-team
136136
/modules/web-demo/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
137137
/scripts/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/developer-experience
138+
/scripts/sdk-coin-generator-v2/ @BitGo/ethalt-team
138139
/types/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
139140
/webpack/ @BitGo/coins @BitGo/web-experience @BitGo/wallet-core @BitGo/wallet-core-india
140141

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"devDependencies": {
66
"@babel/core": "^7.28.0",
77
"@babel/preset-env": "^7.28.0",
8+
"@clack/prompts": "^0.7.0",
89
"@commitlint/cli": "^19.4.0",
910
"@commitlint/config-conventional": "^19.2.2",
1011
"@types/lodash": "^4.14.151",
@@ -141,6 +142,7 @@
141142
"dev": "tsc -b ./tsconfig.packages.json -w",
142143
"prepare": "husky install",
143144
"sdk-coin:new": "yo ./scripts/sdk-coin-generator",
145+
"sdk-coin:new-v2": "tsx ./scripts/sdk-coin-generator-v2/index.ts",
144146
"build-docker-express": "yarn update-dockerfile && ./scripts/build-docker-express.sh",
145147
"update-dockerfile": "tsx scripts/update-dockerfile.ts",
146148
"precommit": "lint-staged",

0 commit comments

Comments
 (0)