This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // From the terminal in the save directory where this script is saved: | |
| // npm i bip39 bip32 @bitcoinerlab/secp256k1 | |
| // MNEMONIC="your mnemonic here" node derive-pubkey.cjs | |
| const bip39 = require('bip39') | |
| const BIP32Factory = require('bip32').default | |
| const ecc = require('@bitcoinerlab/secp256k1') | |
| const bip32 = BIP32Factory(ecc) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gh api -H "Accept: application/vnd.github+json" "/orgs/p2pay/secret-scanning/alerts?per_page=100" --jq 'length' |
OlderNewer