📜  纳米种子生成器 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:57.185000             🧑  作者: Mango

代码示例1
//Code at the end (in PHP) but explanation here
//1. Get words from https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt
//2. Select 24 random words (-> random lines) from the data seperated by " "
//3. Done!

//This works for nano, bitcoin and all other cryptos using BIP 39.