Rajkumar
Rajkumar
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...
Hi I can able to sign a message by: let message = "Hi BTC".data(using: .utf8)! let signatureData = try Crypto.sign(message, privateKey: wallet.privKeys[0]). Now am following the link https://www.blockcypher.com/dev/bitcoin/#creating-transactions for the...
Hi am using pod pod 'web3swift' I have to send a amount from one ETH to another..please help to sort out... What I have tried: let web3Main = Web3.InfuraRopstenWeb3() do...