Print & assemble Penlock's cryptographic wheel, then follow the steps to split your seed phrase into a 2-of-3 backup!
Website: v1.penlock.io
(English | Korean)
Links:
Nostr
| Forum |
Bug Reports |
Main Repository
You can maintain a copy of Penlock by forking, cloning, or downloading the repository for your language:
- Clone the repository:
git clone --recurse-submodules https://github.com/penlock-io/v1 - Run locally:
npm install && npm start - Before committing, please lint your code:
npm run lint
We track translation progress by cloning the reference repository. After committing translations, merge upstream updates to identify sections needing updates through conflict markers.
- Clone the English repository:
git clone https://github.com/penlock-io/v1-en my-language - Merge upstream changes:
git pull https://github.com/penlock-io/v1-en