Sort:  
 4 years ago (edited) 

I might not understand what's your mean. But hive-js should work with typescript too.

import * as hive from 'hive-js'

kools, I started off on dsteem and it worked with typescript. For clarity I was tryina ensure that hive-js had types to work with typescript. Do you know if dsteem will be ported over and which is the recommend lib for deving for hive?

 4 years ago  

A few people worked on dhive and I think you can try it: https://gitlab.syncad.com/hive/dhive

Hive-js is not ideal for broadcasting massive transactions and is slow in signing but is more userfriendly and has more methods. On the other hand, dhive is faster in signing transactions.

If you want something light without any extra method, hive-tx might be your choice. And is fast enough.