aleph-im / aleph-sdk-ts

A TypeScript SDK to interact with the Aleph I.M. network.
https://aleph-im.github.io/aleph-sdk-ts/
MIT License
11 stars 9 forks source link

Add DNS functionality #165

Closed MHHukiewitz closed 6 months ago

MHHukiewitz commented 6 months ago

Build fails due to polyfill not possible on dns Node.js module.

MHHukiewitz commented 6 months ago

Couldn't make the polyfill for node.js's dns module (would've been quite difficult to pull off), but I added a warning that this module is only built for Node.js, but can be fixed using a polyfill on the developer-side.