HDWallet
HDWallet copied to clipboard
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
I tried to sign transaction exactly as in documentation: ``` func signTransaction() { guard let amountString = amountTextField.text else { return } guard let address = addressTextField.text else { return...
how to get private key as hex and switch test net bitcoin ?
how to fix "unable to open file (in target "HDWalletKit" in project "HDWalletKit")"?
` private func encryptData(password: String, salt: Data, length: Int, N: Int, R: Int, P: Int) -> Data? { guard let passwordData = password.data(using: .utf8)?.sha3(.keccak256) else {return nil} guard let deriver...
CryptoSwift 1.0.0 version have some errors. Need update Thanks
Will you support Swift Package Manager?
Hi I need to get exact hex for a string...what I have tried let mnemonic = "xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx" let seed...
is it possible to use master public key to generate receive addresses and watch for payments? like a HODL wallet that cannot send?