👩‍💻
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
  • Network Connection
  • Galactica web application
  • Additional resources
  • ZK Certificate Smart Contracts

Was this helpful?

DevNet: Andromeda

Learn more about the DevNet - a place for developers who are eager to dive into Galactica Network’s framework.

PreviousRelease NotesNextRelease Notes

Last updated 7 months ago

Was this helpful?

Network Connection

Use these details to connect to the DevNet from Metamask, front-end and back-end services:

Field
Value

Network name

Galactica-Andromeda

RPC URL

Chain ID

41238

Currency Symbol

GNET

Block explorer URL (optional)

Genesis file

Private devnet, no public genesis file available.

Seeds file

Private devnet, no public seeds file available.

Galactica web application

The web application can currently be used to get your DevNet zkKYC and generate a zkProof proving its existance. On the DevNet no real data is required to pass the KYC, please use mock data where needed.

This application will be extended to support upcoming features: reputation, citizenship and governance.

Additional resources

Resource
Where

WS URL

wss://evm-rpc-ws-andromeda.galactica.com/

Faucet URL

Front-End App

Galactica development repository (ZK circuits, ZK lib, Snap, frontend examples)

ZK Certificate Smart Contracts

Use Case
Standard
Guardian Whitelist
ZkCert Registry

KYC

gip1

Arbitrary Data

gip2

Twitter / X

gip3

Rey

gip4

Exchange Data

gip5

(zkKYC + age over threshold + 2 of 3 fraud investigation setup)

(zkKYC, no additional disclosures, no fraud investigation setup)

🧪
0xBeB69Fff8C39aa0f2C1896AAa68757e9e2Cf32B4
0x29eFd381054edDb68163C0D34546d9EaE9710091
0x108f39364e8bCFeA45Bc3d3965f0A06f89bA2B06
0xb483994779625b51d43C002543b793bC1a4261D4
0x2f08802bfC317FC358d885DC7986fBE57F226Aa6
0xeC7D005Fed567EDCbA285f9585dC20920F4dE98f
0x4b94E27E762583F6c3DFFA498a86E50a23b70248
0x1fA98f7B53dCCC93f37243e2069781225dE442f3
0x64517cdf80e0aF4565C4F7E112680f128F9aBb59
0x5cAF5b0D2e64b0ff3b08eCbe4eB3448c8b8D3D66
0x2c63e4CD5D3376750383855FF686b2c28E33aCfB
0x7DF17C479ADf6AFFECB094ec829B0216f31e62fC
0x1263E38AFb0449932F1aa0e108a009d895190Ee6
0x29eFd381054edDb68163C0D34546d9EaE9710091
0xC1689CC2Be5156e3C8d139aaE9a6A88500696ADb
0x92F5729fC7B00a79173C6e89bDa08281F949Acd1
0x931574DE295c9D8a2f59697b6B9E560248c2EB2B
0x9Fe589e647533E9c5D6Fe0363b3eD18B170cE506
0xC633bb31f06338d66286C7D98cfd531405627d39
0x3f55cF84F4C3B2e56bcc4d76f8ed168BDEfcd6eB
0x881cE10b36DEC21bd690044168b7d120c01CDaD3
0x3A43025365aC964f5FdCFa222CFeea7e665ca9c6
https://evm-rpc-http-andromeda.galactica.com
https://explorer-andromeda.galactica.com/
https://faucet-andromeda.galactica.com/
https://app-andromeda.galactica.com/
https://github.com/Galactica-corp/galactica-monorepo
LogoGalactica
ZkCertificate Guardian Whitelist contract
ZkCertificate registry contract
Verification SBT contract
Example zkKYC AgeProof contract
Example ZKP verifier contract
Example DApp contract
#airdrop-use-case-example-with-kyc-age-check-+-fraud-investigation
Wrapped GNET
Poseidon Library
Example ZKP verifier contract
Example zkKYC contract
RepeatableZKPTest contract