effectai / effect-js

JavaScript Library to access and develop dApps on Effect Network.
https://effect.network
Other
57 stars 3 forks source link

Switch to @wharfkit/antelope #91

Closed jeisses closed 5 months ago

jeisses commented 1 year ago

The SDK is currently based on the deprecated eosjs package. Wharfkit (greymass) has a new maintained Typescript package that looks like a better lightweight option

djmbritt commented 1 year ago

Alternative:

So we need to upgrade soon to the new version from ENF: https://github.com/eosnetworkfoundation/mandel-eosjs

jeisses commented 1 year ago

Good find, so there are 2 maintained javascript packages. I've been experimenting with wharfkit/antelope in React Native and it has been easy to use so far. We should check what is the preferred one, I'll ask around

djmbritt commented 1 year ago

The ENF package is almost identical to the eosjs package. I think it will be easier and faster to migrate to the ENF/eosjs package.

But I'm sure the wharfkit package has learned from the mistakes of the original eosjs.

jeisses commented 5 months ago

The sdk-v2 has switched to @wharfkit/antelope now and it works great