BIP 39: Аdd swift library with multi lang support#672
BIP 39: Аdd swift library with multi lang support#672luke-jr merged 4 commits intobitcoin:masterfrom
Conversation
add one more library to generate mnemonics (with multilang support)
|
@luke-jr please, kindly check this small addition 😉 |
|
We moved our repo to the new address. I updated URL. Please, kindly check. 👍 |
|
NAK. The URL points to the library that does other 1000 things than BIP39. Maybe if the URL pointed to the relevant file ... |
| @@ -165,6 +165,7 @@ Rust: | |||
| Swift: | |||
| * https://github.com/CikeQiu/CKMnemonic | |||
| * https://github.com/yuzushioh/WalletKit | |||
There was a problem hiding this comment.
(Would like to mention, that other links doesn't direect to the class itself)
There was a problem hiding this comment.
They include the example of how generate a mnemonic right on top of their readme.
@luke-jr @prusnak can you reopen this PR, so I will update the link to the corresponding class? (or should I make another PR with the correct link? i.e. web3swift/KeystoreManager/BIP39.swift |
|
Done, @luke-jr |
| @@ -165,6 +165,7 @@ Rust: | |||
| Swift: | |||
| * https://github.com/CikeQiu/CKMnemonic | |||
| * https://github.com/yuzushioh/WalletKit | |||
There was a problem hiding this comment.
They include the example of how generate a mnemonic right on top of their readme.
bip-0039.mediawiki
Outdated
| * https://github.com/yuzushioh/WalletKit | ||
| * https://github.com/matter-labs/web3swift (`BIP39` public class) | ||
| * https://github.com/matter-labs/web3swift/blob/develop/Sources/web3swift/KeystoreManager/BIP39.swift | ||
| * https://github.com/matter-labs/web3swift/blob/develop/Sources/web3swift/KeystoreManager/BIP39.swift |
Add one more swift library to generate mnemonics (with multi lang support)
Here is an implementation:
https://github.com/matter-labs/web3swift/blob/e36e767eb2de26decb0c157aeef2d023a1175076/Sources/web3swift/KeystoreManager/BIP39.swift#L72