Skip to content

feat: add download as json file to crypto-generate.tsx#6

Open
Turtlepaw wants to merge 2 commits intomary-ext:trunkfrom
Turtlepaw:trunk
Open

feat: add download as json file to crypto-generate.tsx#6
Turtlepaw wants to merge 2 commits intomary-ext:trunkfrom
Turtlepaw:trunk

Conversation

@Turtlepaw
Copy link

@Turtlepaw Turtlepaw commented Jul 4, 2025

This allows users to download generated secret keys as JSON files to make it easier to store generated secret keys.

Preview image

Example file
{
  "type": "secp256k1",
  "publicDidKey": "did:key:zQ3shnm2mXFBJQ4iFKw27J9MTDKFng5C4oSjj6fZyfKiLHwzc",
  "privateHex": "950f4a4f652ba619094e57be434dbe7e461c8f20a22f2f73e3d51704382618bc",
  "privateMultikey": "z3vLe2kwGYJ4KWBcHXS28ymcRHKJNAEbbj63xcFPitYZAfV5"
}
  • Tested on Zen Browser (Firefox fork)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant