Verax Attestation Registry
  • 👋Introduction
  • ⚒️Getting Started
  • Core Concepts
    • High-Level Overview
    • Attestations
    • Schemas
    • Linked Data
    • Modules
    • Portals
    • Ecosystem
  • Developer Guides
    • ♒For Attestation Issuers
      • Create and register a Schema
      • Create a Module
      • Register a Module
      • Create a Portal
      • Register a Portal
      • Create an Attestation
      • Encoding Attestation Data
      • Revoke an Attestation
      • Replace an Attestation
      • Link Attestations
      • Bulk Create Attestations
      • EAS compatibility
    • 🧑‍🏫Tutorials
      • From a Schema to an Attestation
      • Using Ceramic to store the Attestation Payload
    • 🚀Examples
    • 🌐Using the Subgraph
    • 🛠️Using the SDK
  • Discover
    • 📚Modules Standard Library
      • ECDSAModule
      • ERC1271Module
      • FeeModule
      • IndexerModule
      • IssuersModule
      • SchemaModule
      • SenderModule
    • 🤝Integrations
  • Get Involved
    • Get in Touch
    • Contribute
    • Governance
      • Governance Charter
      • Governance Parameters
      • Overview of Governance
      • Proposal Templates
Powered by GitBook
On this page
  1. Developer Guides

For Attestation Issuers

PreviousEcosystemNextCreate and register a Schema

Last updated 11 months ago

The pages in this section contain all the relevant information needed to get set up as an issuer and start issuing attestations directly into the Verax Attestation Registry.

The overall steps for getting up and running include the following:

All these steps can be done in three different ways:

  • manually calling the smart contracts

  • using a blockchain explorer such as

  • using the official Verax SDK

We will go over the three ways in the following sections.

♒
Create and register a Schema
Optionally create one or more Module(s)
Optionally register one or more Module(s)
Create a Portal contract
Register a Portal contract
Start creating your attestations
Lineascan