Skip to content

Developers FAQ

What is GnoosiS built with?

Flutter (Dart) for the app itself, and Firebase (Authentication, Firestore, Storage, Cloud Messaging, Analytics) for the backend. Local/offline caching uses Hive. See Architecture for the full module breakdown.

Is there a public SDK or API for GnoosiS?

No. GnoosiS is a client application, not a developer platform — there's no public SDK for embedding GnoosiS or building on top of it. See API Reference for a conceptual look at the internal backend surface.

What payment providers does GnoosiS use?

Stripe and PayPal for fiat, plus an in-app DracmaS (DMS) wallet for the token economy (tips, rewards, staking).

How does the ad platform integrate?

The Adsxx module integrates with ooAds/AdFGT (also known as SkoopoS Ads elsewhere in the ecosystem), covering banners, native in-feed ads, sponsored posts, video ads, interactive units, and rewarded ads, with a Proof of View system to validate genuine engagement. See Integration.

How is chat encrypted?

Client-side, using the cryptography Dart package (RSA/AES) for end-to-end encryption, with WebRTC for voice/video calls.

What's the relationship to Aephoron, EmpoorioChain, Eoonia, and the rest of Empoorio?

GnoosiS is a sibling product in the Empoorio ecosystem, connected primarily through the shared DracmaS (DMS) token. It does not embed Aephoron's browser engine, does not run an EmpoorioChain node, and doesn't require Eoonia — those are separate products. See Eoonia Integration and EmpoorioChain Anchoring for the (mostly roadmap-stage) connections.

More help