Integrating circles trust graph and crc

hi
i am in the beginning of developing a react web app and want to integrate circles trust graph and crc. i like how easy it is to set up a wallet via gnois/metri app. do you offer a easy way to integrate this kind of wallet set up? i am familiar with web2 not web3. would be awesome id i could integrate gnosis.app into my app.
cheers

is this the setup?
Cometh Connect (biometric smart wallets, mentioned in similar contexts)

  • Appears completely free for wallet creation/access/usage (no SDK fees mentioned).
  • But limited recent info—mostly gas costs only.

Safe{Core} SDK (direct from Safe/Gnosis, since Metri uses Safe underneath)

  • Free SDK and infrastructure (no AUM/subscription fees from Safe).
  • You only pay onchain gas (very low on Gnosis Chain: often <$0.01–$0.05 per deployment/tx).
  • Pair it with a free/cheap auth layer (e.g., Web3Auth or passkeys directly via browser WebAuthn) for biometric login.
1 Like

Hi, if you want to integrate Circles (“trust graph and crc”) maybe you could take a look at the Circles doc here, you have a whole section about the Circles SDK who should interest you : https://docs.aboutcircles.com/

For the rest if you have more questions, you should come on our Discord : Circles or Telegram group Telegram: View @about_circles I can put you in touch with our devrels if you have more questions about the integration.

ok thanks
as i understand users need a wallet but somehow solutions like privy are expensive to use for just integrating the trust graph and perhaps crc transactions. i am wondering what the most easy and cheapest solution would be integrating a passkey wallet
will go on telegram

1 Like

i saw the circles mini app is launched

i have some questions

  • when i create a circles group for my app and every user who trust the group can then send crc to each other?
  • when a user wants to join the app he must first get invited by an existing crc user. can my app invite automatically?
  • how many free transactions does a user gets before he needs to fund his wallet with xdai ? thats a big barrier

what i would like is

  • user signs up by connecting wallet.
  • if no crc user gets invited by app crc group to generate crc.
  • users transactions get sponsored by app.
  • user trust crc app group to send crc to any other app user.

is that possible?

  1. Technically the user should not trust the group, but the group should trust the user. If the group trusts user they might mint group CRC
  2. Circles team might help with the invitations, but it might require to utilize GnosisApp for onboarding
  3. Only interactions with the whitelisted contracts are sponsored

The requirements from your list are possible, however I’d rethink the 1st item and suggest to onboard users via the GnosisApp

I’d love to know more about the project you building, feel free to contact me via email max.fedorenko@gnosis.io

thats great thanks

i am creating a mvp flutter offline nostr app where user are in control of their data. the app is open source and has mini apps. the first mini apps will be hobby, places, tours. i want to integrate crc into the app after mvp for spam protection. each interaction would cost crc.

once i finish mvp i will reach out