mahdiyari / hive-tx-js

Lightweight and complete JavaScript library for using Hive blockchain in Javascript environments such as Web or NodeJS.
MIT License
25 stars 12 forks source link

Implement similar features as web3.js #49

Open mahdiyari opened 5 months ago

mahdiyari commented 5 months ago

This could be potentially a separate library and use hive-tx.

mahdiyari commented 5 months ago

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

mahdiyari commented 5 months ago

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.