storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

Dart implementation of w3name #102

Open jithware opened 1 year ago

jithware commented 1 year ago

Would like a dart implementation of w3name for use in flutter apps. One can use the HTTP API which is straightforward, however creating the EncodedRevision as part of the POST body, requires greater effort (see the javascript example).