For the complete documentation index, see llms.txt. This page is also available as Markdown.

First steps [Standard Registry]

Get setup and take your first steps with the Hedera Guardian and digital environmental assets.

The Hedera Guardian is an open source platform for issuing, verifying, and managing digital environmental assets. Follow the steps below to learn about primary capabilities of the Guardian.

1. Create a Hedera testnet account

The Hedera Guardian operates on the Hedera network and a testnet or mainnet Hedera account is required.

Create a Hedera testnet account and add your details
  1. Visit the Hedera Developer Portal.

  2. Create a testnet account

  3. Note the Account ID (0.0.x) and the ED25519 DER Encoded Private Key (ignore ECDSA)

  4. Navigate to Admin Settings

  5. Copy the Account ID and ED25519 DER Encoded Private Key from the developer portal into the Operator ID and Operator Key fields

2. Import a policy from the Methodology Library.

Policy's are digital workflows at the heart of the Hedera Guardian. The Methdology Libary for the Guardian ecosystem includes the world's largest repository of open source digital environmental policies.

Import a policy from the methodology library
  1. Navigate to the Methodology Library

  2. Download the Hello World Policy by clicking on the policy file and then clicking on the 'Download raw file' button.

  3. Return to the Guardian and navigate to Policies

  4. Click the import icon and select the Hello World.policy file you just download

3. Publish a policy to testnet

When you publish a policy, users defined in the policy such as project proponents, auditors, registry admins, data providers and other stakeholders defined by the policy author can interact with the policy over the Hedera network by submitting, reviewing, or approving data.

Publish your first policy to the Hedera testnet
  1. Navigate to Policies

  2. Open the policy dropdown menu in the status column and select Publish

  3. Set the Version to 1.0.0

  4. Set availability to Public

  5. Click Publish

4. Send data to a policy

Now that the policy is published, you can interact with the policy and submit data. The policy itself defines a workflow, schema, and policy roles which the Guardian uses to generate forms and even data submission endpoints.

Send data to a policy
  1. Navigate to Policies and click Open beside the published Hello World Policy

  2. Click New Project to open the dialog

  3. Complete the form

  4. Click Submit

5. Inspect verifiable credential documents

Every submission in Guardian generates a verifiable credential — a tamper-proof, cryptographically signed record of data. Any data submitted to your policy can be inspected via your Guardian instance or by others across the Hedera Network. This is how registry owners, project developers, auditors, and dMRV providers can collaborate together transparently and securely.

Inspect verifiable credential documents
  1. Open the published policy

  2. Review the table of data submitted to this policy

  3. Click View Project Document

  4. Review the credentialSubject to see data within this document of the policy

  5. Review the proof block to see the issuer's signature and signature type (e.g., Ed25519Signature2018).

  6. Note the associated Hedera Consensus Service timestamp to see when this credential's hash was recorded on the network

  7. This data is linked to your own testnet Hedera account and in real policies would be associated with the accounts interacting with your policy

Go further

Was this helpful?