Faruk Terzioğlu

Results 13 comments of Faruk Terzioğlu

Awesome, I will check as soon as possible.

Does Cosmos have any implementation other than `Secp256k1`? If not we can name it as just `CosmosHDWallet` not `CosmosHDWalletSecp256k1`. All of the wallets follow this naming, except Tezos which has...

@tritao Could you get the latest changes from master and do the mentioned changes above, so I can merge this.

First you need to add their coin number here: https://github.com/farukterzioglu/HDWallet/blob/master/src/HDWallet.Core/BIP44/CoinType.cs Then you can create a new class as https://github.com/farukterzioglu/HDWallet/blob/master/src/HDWallet.Bitcoin/BitcoinHDWallet.cs#L7 (You will also need to duplicate the whole project https://github.com/farukterzioglu/HDWallet/tree/master/src/HDWallet.Bitcoin)

I added support for netstandart you can use https://www.nuget.org/packages/HDWallet.Tron/0.5.0

Hi, sending TRX is pretty easy like you figured out, but sending TRC20 needs lots of different kind code regarding do EVM. Unfortunately I don't have open sourced sample code...

Hi @chrisjmccrum This project is only for creating hd wallet for multiple currencies and for signing transactions (messages). TRC20 is totally different thing. It is out of scope of this...

Hi @praphael I got it from Releases of this repository and I am running it on Ubuntu 18.04. I have been running the EOS node on the same machine for...