Tarun Gupta

Results 4 comments of Tarun Gupta

Look at this function it is working fine for me and tested. function calculateSign(url){ var sign=crypto.createHmac('sha512',constants.bittrexCredentials.SECRET); sign = sign.update(url,'ascii'); sign = sign.digest('hex'); return sign; } Full Implementation repo : https://github.com/tarun1475/Nodejs-Bittrex-Client

Look at this function it is working fine for me and tested. function calculateSign(url){ var sign=crypto.createHmac('sha512',constants.bittrexCredentials.SECRET); sign = sign.update(url,'ascii'); sign = sign.digest('hex'); return sign; } Full Implementation repo : https://github.com/tarun1475/Nodejs-Bittrex-Client

Hi , I am willing to develop a wallet example project and have an experience of using bitcoinjs lib except psbt functions which are recently added.. Tell me the next...

Sounds great. I have few more questions i will ask in the issue then. Thanks.