๐Ÿ‘ฉโ€๐Ÿ’ป
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
  • EVM Network Connection
  • CosmosSDK Network Connection
  • Galactica web application
  • Additional resources
  • ZK Certificate Smart Contracts

Was this helpful?

TestNet: Reticulum

Learn more about the Reticulum TestNet - a place for developers and enthusiasts eager to dive into Galactica Network.

EVM Network Connection

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

Field
Value

Network name

Galactica-Reticulum

RPC URL

WS URL

EVM Chain ID

9302

Currency Symbol

GNET

Block explorer URL (optional)

CosmosSDK Network Connection

Field
Value

Cosmos Chain ID

galactica_9302-1

Public RPC endpoint

Public LCD endpoint

Genesis file

Seeds file

Use the following command to configure the client:

galacticad config node https://rpc-reticulum.galactica.com:443

Galactica web application

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

Additional resources

Resource
Where

Faucet URL

Front-End App

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

Explorer ping-pub

ZK Certificate Smart Contracts

Use Case
Standard
Guardian Whitelist
ZkCert Registry

KYC

gip1

Arbitrary Data

gip2

Twitter / X

gip3

Rey

gip4

Exchange Data

gip5

PreviousSecurity Best PracticesNextRelease Notes

Last updated 7 months ago

Was this helpful?

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

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

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

๐Ÿงช
0x1263E38AFb0449932F1aa0e108a009d895190Ee6
0x68272A56A0e9b095E5606fDD8b6c297702C0dfe5
0x2492F8b0EF4332c50e25753f97D5A9EdC0e8b779
0x0424e5AB148666119e0Cd6724cB9Cb7069F58C2B
0x89A664eBEe2da844Ee10877A13bD9E705Fb2D333
0xeC7D005Fed567EDCbA285f9585dC20920F4dE98f
0x1379eE258Fb2C1504d37E24116dc1f6D2929e749
0x67A4B50798c190C77d872D9f02C8a860ad1488e7
0xaA61e19ef7dE257D83521aDfE784572b6a914cEC
0x5cAF5b0D2e64b0ff3b08eCbe4eB3448c8b8D3D66
0x2c63e4CD5D3376750383855FF686b2c28E33aCfB
0x7DF17C479ADf6AFFECB094ec829B0216f31e62fC
0x1263E38AFb0449932F1aa0e108a009d895190Ee6
0x68272A56A0e9b095E5606fDD8b6c297702C0dfe5
0x73c713d074668b3a99293e649C405324635861B5
0x3500AFf1e649cC241A7BdbF43A884C4fb16DE81e
0x52ae4685C70a2d826c54230fc4FD1255249A874E
0xe262d4e095BAb2F6e32ED46C5bBec5Fe73f1a0eA
0x12FF488bB088f4a76aC2b4A29C415484e2AB1d62
0x0193412D3E8E7Bb38482F73E4d4F0960fA537D42
0x95FAAD188B198d3E69E8029B898c845Dc1650360
0x37b9D63b9de7a66843c6fb46b788bA1Fc9839e85
web application
https://evm-rpc-http-reticulum.galactica.com/
wss://evm-rpc-ws-reticulum.galactica.com/
https://explorer-reticulum.galactica.com/
https://rpc-reticulum.galactica.com
https://lcd-reticulum.galactica.com
genesis.json
seeds.txt
https://faucet-reticulum.galactica.com/
https://app-reticulum.galactica.com/
https://github.com/Galactica-corp/galactica-monorepo
https://explorer-pingpub-reticulum.galactica.com/
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