essential-eth
essential-eth copied to clipboard
Add Deno Support
I tried to use the project in Deno. The automated skypack module does not work, so I tried to copypaste the source to my project, but I wasn't able to get it running due to dependencies (sometimes circular). My hope is that the browser module would work just fine once you build it (I played with microbundle branch as well). If not, would you consider investing your time to make this module deno compatible?
Hi @vorcigernix, I'm open to considering this. Can you make a minimal repo which includes essential-eth
to show this error? I will pull that repo down and work with that to try and solve the issue
Sure, will do. Thank you.
On Mon, Aug 8, 2022, 12:52 AM Dawson Botsford @.***> wrote:
Hi @vorcigernix https://github.com/vorcigernix, I'm open to considering this. Can you make a minimal repo which includes essential-eth to show this error? I will pull that repo down and work with that to try and solve the issue
— Reply to this email directly, view it on GitHub https://github.com/Earnifi/essential-eth/issues/157#issuecomment-1207500559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLZOGMI6HHBIQ6D3L6UY3VYA4ZZANCNFSM552ZTW5Q . You are receiving this because you were mentioned.Message ID: @.***>
So here is the repo that actually partly works: https://github.com/vorcigernix/essential-eth-deno The biggest problem for me is that sometimes I don't know what the helper functions do, I believe that we will be able to write some of them more elegantly. Edit: I mean, thanks to deno, not my skills :D Also, there is a very simple way to stay node compatible (in deno->node direction), so the node users can benefit from this as well (I am using node in like 90% of my projects).
@vorcigernix I added this to the official roadmap.
Since you are the first to request this, it is low-priority for now. If you have an interest in fixing this, please PR the repo 🙏