πŸ‘©β€πŸ’»
Galactica Network Dev Documentation
  • πŸ“™Galactica Network Overview
  • 🧬Galactica Concepts
    • ⛓️Blockchain Base
    • 🧾Zero-Knowledge KYC
      • Holder Commitment
      • DApp specific HumanID
      • Verification SBT
      • KYC Guardian
      • Galactica Investigation Module
      • Privacy Precautions
    • 🌟Reputation
    • πŸ›‚Contingent Transactions
  • βš™οΈGalactica Components
    • 🦊Galactica Snap for Metamask
    • 🌳Root Contracts
  • πŸ—οΈBuilding a Galactica DApp
    • Example DApps
      • Compliant ERC20
      • Cypherbook
      • Compliant DEX
      • Sybil resistant airdrop
    • Front End
      • Guided Example
        • Connect to Galactica Snap
        • Prepare ZK proof generation
        • Generate and submit ZK proof
        • Handle Verification SBTs
      • Galactica Snap JSON-RPC API
    • Smart Contracts
    • Custom Zero Knowledge Disclosures
  • πŸ“Guardian Guide
    • Setup to become a Guardian
    • Create and issue ZK certificate
      • πŸͺͺzkKYC (GIP-1)
      • Arbitrary ZK data certificate (GIP-2)
      • X/Twitter ZK certificate (GIP-3)
      • REY X/Twitter Score ZK certificate (GIP-4)
      • Decentralised Exchange (DEX) ZK certificate (GIP-5)
      • Centralised Exchange (CEX) ZK certificate (GIP-6)
      • Telegram ZK certificate (GIP-7)
  • ⛏️Validator Guide
    • πŸ”§Installation
    • πŸ”—Become a Validator
    • πŸš€galacticad CLI Usage Cheat Sheet
    • πŸ”’Security Best Practices
  • πŸ§ͺTestNet: Reticulum
    • Release Notes
  • πŸ§ͺDevNet: Andromeda
    • Release Notes
  • πŸ“ŽChangelog
Powered by GitBook
On this page

Was this helpful?

  1. Guardian Guide
  2. Create and issue ZK certificate

X/Twitter ZK certificate (GIP-3)

PreviousArbitrary ZK data certificate (GIP-2)NextREY X/Twitter Score ZK certificate (GIP-4)

Last updated 8 months ago

Was this helpful?

X/Twitter Data

The following table list the X/Twitter data contained in a Galactica zkCert. These need to be collected and validated by the Guardian.

Key
Description
Technical details

createdAt

The datetime that the user account was created on Twitter.

Timestamp in format

id

Numerical twitter ID.

UTF-8 String. See an example and learn more

followersCount

The number of followers this account currently has.

Whole number

followingCount

The number of users this account is following (AKA their β€œfollowings”).

Whole number

listedCount

The number of public lists that this user is a member of.

Whole number

tweetCount

The number of Tweets (including retweets) issued by the user.

Whole number

username

The screen name, handle, or alias that this user identifies themselves with.

Only latin letters, numbers or underscore are allowed. From 4 to 15 symbols. Case insensitive: before hashing it will be converted to lowercase. Lean more

verified

When true, indicates that the user has a verified account.

Boolean

πŸ“
RFC-3339
here
here