TEQNet Developer Repositories

Explore the open-source components that power TEQNet — from frontend interfaces to smart contract infrastructure.

🌐 Web2 Repositories (UI, API, Docs)

RepositoryDescription
teqnet.io Landing page for TEQNet with roadmap, developer info, and waitlist
token.teqnet.io Frontend interface for issuing tokens (e.g. KYC, IoT, CERT) by subdomain type
api.teqnet.io Backend API that powers compliance logic, metadata generation, and AutoTEQ logic enforcement
verify.teqnet.io Public portal for verifying tokens and credentials via subdomain or QR
lookup.teqnet.io Search identity tokens by subdomain and view structured metadata
module.teqnet.io Interface for previewing token logic modules (e.g. access control, expiration, rules)
scan.teqnet.io Block and subdomain explorer optimized for QR-based access and token scanning
explore.teqnet.io Human-readable visual interface for browsing tokens, metadata, and TEQNet asset activity
docs Developer and integration documentation for the TEQNet ecosystem

🧱 Web3 Repositories (Smart Contracts, Token Standards, Protocol Logic)

RepositoryDescription
teq Native TEQ coin contract (governance and gas token)
teq721 Web3 identity token standard (static TEQ721) with subdomain + metadata support
teq1155 Multi-instance utility tokens (e.g. access flags, counters)
teq3646 Modular compliance + permissioned token standard with upgradable logic
subdomain-registry Contract and registry for issuing and verifying `.teq`-based subdomain tokens
protocol Core blockchain configuration, upgrade hooks, and protocol lifecycle components
upgrade-registry Cold Node upgrade controller for managing contract logic updates (UUPS compliant)
governance-dao DAO structure for managing validator roles, issuer permissions, and policy votes
validator-config Validator onboarding scripts, cold node sync config, and regional RPC tools
testnet Testnet deployment configuration: faucet, RPC endpoints, explorer setup