A Sui app to share files you can revoke after sending — seeking feedback.

Hi all — I’m an independent builder, and I’d love feedback on something I made on the Sui stack, plus some guidance on next steps.

Elur is a native macOS app for governed file sharing. You encrypt a file on your own device, send it through any channel (email, WhatsApp, (THE SUI TEAM WILL NEVER ASK YOU TO LEAVE THIS SITE)), and can revoke, expire, or limit access AFTER you’ve sent it — even on copies already delivered. The goal is consumer-grade UX: a non-crypto person signs in with Google, encrypts a file, and never knows a blockchain was involved.

How it uses the stack:

  • Seal — the file’s content key is sealed to an on-chain AccessPolicy (Move) via threshold encryption. seal_approve gates decryption on the policy’s state (expiry, max-opens, revoked). Revoking flips the policy on-chain, so future seal_approve checks fail and the file stops decrypting anywhere.
  • zkLogin — sign in with Google, no seed phrase or wallet.
  • Enoki — sponsored gas, so the user never touches gas.
    Recipients open files with no account at all.

Status: working on Sui testnet today — full loop verified (encrypt → mint policy → open → revoke → sealed).

Two things I’d genuinely value:

  1. Feedback on the Seal usage / access-policy pattern above — is this a sound way to do it?
  2. With the RFP list currently empty, what’s the right path or process to get something like this in front of the grants / ecosystem team? I’m trying to get it audited and to launch, and I can’t find the front door.

Happy to share a short demo and a one-pager.

Best regards,

Andrés Córdoba

Hi @Andres, awesome project!
Using zkLogin, Enoki, and Seal to build a seamless consumer UX is a great way to leverage the Sui stack. Your access-policy logic using Seal is totally appropriate approach. I’d love to test the product and share some feedback!

If you want to get this in front of more ecosystem devs, feel free to share your demo in the Discord #dev-showcase channel and the Shinami-RidersTG group.

Regarding the grants, the previous RFP programs have closed, but Sui has new funding tracks available now. I’d suggest checking the program-funding page for the most up-to-date application links.

Hey @jarekkkkk thanks for the message man! after not being selected for the short list in the hackathon i pivoted a bit - rebuilding elur to be more agentic when the new product is ready i will definetly reach out for feedback! and i will get it in front of the ecosystems devs on discord as well. cheers!

Great to hear you’re continuing to build! Looking forward to seeing the new version.

and don’t be shy dropping it in the Discord #dev-showcase channel or sharing it on Twitter when it’s ready. Getting it out there is the best way to gather community feedback and attract the foundation’s attention for future support. Keep it up!

1 Like