Skip to content

Commit ed4dc82

Browse files
Spotchiclaude
andcommitted
chore: add make signing-key helper
Convenience target to generate a secp256k1 signing key in the hex format expected by the services. Eurosky fork change on top of upstream. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent aeca7e7 commit ed4dc82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ nvm-setup: ## Use NVM to install and activate node+pnpm
7171
nvm use
7272
corepack enable
7373
corepack install
74+
75+
.PHONY: signing-key
76+
signing-key:
77+
@openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32

0 commit comments

Comments
 (0)