iancoleman / bip39

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

Add Nimiq support #533

Open sisou opened 2 years ago

sisou commented 2 years ago

This PR adds support for Nimiq (NIM), coin# 242, which uses the ED25519 curve and has a custom address format.

I tried to be as least as invasive as possible, leaning on how the existing extensions are working.

I also added the libs/nimiq-util/nimiq-util.js content to libs/combined/index.js manually, as I didn't find any script that builds that file. Is that the correct way?