hive-tx-js
hive-tx-js copied to clipboard
Implement similar features as web3.js
This could be potentially a separate library and use hive-tx.
The main focus would be the standard account provider that would let developers code for one login method and that code would work for any login method
Copy from MM
A library similar to web3.js can be helpful to our developer community. The code you write will work for example with keychain and/or private keys. Using the library you won't need to change your code for adding different wallets or login methods. It basically provides a standard for the wallets. The library also can provide native support for VSC paper wallets and contracts as those paper wallets have the ability to work with layer 1 tokens. The library can be used by the wallets itself too so it's not just a login provider. I think of this library as the one library that includes everything hive related a developer will ever need. Of course in a modern design similar to web3.js. We might steal their documentation (style) as well which is clean and good.