kadena-community / kadena.js

Public monorepo for all Typescript/Javascript related tools and libs for Kadena
https://docs.kadena.io
BSD 3-Clause "New" or "Revised" License
33 stars 23 forks source link

Make libraries node *and web* compatible #47

Open alber70g opened 2 years ago

alber70g commented 2 years ago

I think most packages will be used in both node and web environments. Therefore we need to make sure they are both web and node compatible.

Libraries like node-fetch can not be used in that case. As an alternative we could use cross-fetch

We also have to think of a way of assuring this is the case, with tests or otherwise.

alber70g commented 2 years ago

One thing to do is to add a web-lib profile to the heft-rig that we have right now. Similar to @rushstack/heft-web-rig

github-actions[bot] commented 1 year ago

This issue is stale because it is open for 60 days with no activity