iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.49k stars 1.44k forks source link

Add TurtleCoin to a bitcoinjs-lib project, what the network parameters would be #320

Open mcfang opened 5 years ago

mcfang commented 5 years ago

Does anyone know what the network parameters would be for TurtleCoin? For example the network parameters for BTC are as follows: https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js I'm trying to add TurtleCoin to a bitcoinjs-lib project.