FhenixProtocol / fhenix.js

The JavaScript SDK for Fhenix
https://fhenixjs.fhenix.zone/
Other
2 stars 1 forks source link

Fhenix.js should also work as ESM #25

Closed Cashmaney closed 1 month ago

Cashmaney commented 3 months ago

Right now we only compile commonjs. We should also create a separate bundle that compiles as ESM (see ethers for an example on how to do this kind of cleanly)

Cashmaney commented 1 month ago

Should be resolved by the same issue that solves #29 (track there)