Skip to content
B3Pay
GitHubGet started
Products & ecosystem

Everything B3Pay ships is public.

Pick a project to see what it does, how it is built and where the code lives. All four are MIT-licensed and developed in the open.

B3Note

Demo

Anonymous note sharing with witness-like encryption. Notes and share links expire in an hour, then the canister timer deletes them.

  • No login — up to 5 notes per anonymous user
  • Identity-based encryption via the VetKeys API
  • Share links carry an on-chain verifiable signature
  • Auto-delete on first read or after one hour

Stack

LanguageRust
ModulesBLS pairing · VetKeys · timelock
LicenceMIT
RepositoryB3Pay/B3Note

Expiry model

Anonymous users get 5 notes. Each note and each share link lives one hour. A canister global timer clears expired users and one-time keys. Notes also delete on first read.