Skip to content

Instantly share code, notes, and snippets.

View jacque006's full-sized avatar
🎲

Jake C-T jacque006

🎲
View GitHub Profile
@voltrevo
voltrevo / phrases.md
Last active May 2, 2024 17:56
Test bip39 seedphrases

The following is a well known test seed phrase:

test test test test test test test test test test test junk

During development, it's beneficial to use seedphrases which are obviously meant for testing, so using test for the first 11 words is helpful. Since only 4 bits of 12-word bip39 seedphrases are for the checksum, 1 in 16 phrases are valid by chance. This gives us many additional options for the last word if you need more than one seedphrase:

test test test test test test test test test test test absent
@mmv08
mmv08 / wallet_batchTransactions.md
Last active May 13, 2022 10:45
# wallet_batchTransactions JSON-RPC method (v1, EOA-compatible)