ARK-Builders / ARK-Drop

MIT License
0 stars 0 forks source link

Integrate with `iroh` #3

Open kirillt opened 6 months ago

kirillt commented 6 months ago

Here is the example of how to use iroh: https://github.com/n0-computer/sendme

It is exactly the same use-case we are solving in Drop ⏤ sending a file by a public key. Iroh takes care of all NAT traversal and data transmission. We only need to prepare QR code with the data necessary to initialize the transfer. Probably, besides the public key also the file checksum should be encoded into the QR.

Devilla commented 2 months ago

Is it open ?