First steps [Standard Registry]
Get setup and take your first steps with the Hedera Guardian and digital environmental assets.
This page is under development and part of the 3.7 Getting Started Epic
The purpose of this page is to create a friendly guide to help a new user take their first steps in the Hedera Guardian.
This page is introduce users of high level concepts and is also dependent upon some custom setup such as roles, permissions, or test data which are under discussion.
Dependencies
This page has internal and external dependencies which are listed here.
EXTERNAL LINKS
Hedera Developer Portal
Methodology Library (Github)
First Steps Policy (to be created)
INTERNAL LINKS
Admin > Settings
Manage Policies
INTERNAL ACTIONS
Import Policy
Publish Policy
First Steps with Hedera Guardian {VERSION} 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.
Get set up 0/5
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
Visit the [Hedera Developer Portal](https://portal.hedera.com/login).
Create a testnet account
Note the Account ID (
0.0.x) and the ED25519 DER Encoded Private Key (ignore ECDSA)Navigate to [Admin Settings](https://localhost/admin/settings)
Copy the Account ID and ED25519 DER Encoded Private Key from the developer portal into the Operator ID and Operator Key fields
Import a policy
Policy's are digital workflows at the heart of the Hedera Guardian. The Guardian ecosystem hosts the worlds largest repository of open source digital environmental policies. Import a sample policy from the methodology library.
Import a policy from the methodology library
Visit the [Methodology Library](https://github.com/hashgraph/guardian/tree/3.7.0/Methodology%20Library)
Download the [Hello World Policy](https://github.com/hashgraph/guardian/blob/3.7.0/Methodology%20Library/Tutorials/HelloWorld.policy) policy file
Navigate to [Manage Policies](https://localhost/manage/policies)
Click the Import icon and select the
HelloWorld.policyfile
Publish a policy to testnet
When you publish a policy to testnet, policy users such as project proponents, auditors, or other defined stakeholders can interact with the policy by submitting, inspecting, or approving data.
Send data to a policy (draft)
Visit your published Hello World policy and submit an estimated CO2e value to see how data flows through a policy workflow.
Inspect verifiable credentials documents (draft)
Every submission in Guardian generates a verifiable credential — a tamper-proof, cryptographically signed record of the claim you just submitted, which can be independently verified without trusting a central authority.
Inspect verifiable credential documents
Navigate to Trust Chain or the Documents tab within your policy.
Locate the entry corresponding to the CO2e estimate you submitted in Step 4
Click the entry to open the raw VC document.
Review the
credentialSubjectfield to see your submitted claim data.Review the
proofblock to see the issuer's signature and signature type (e.g.,Ed25519Signature2018).Note the associated Hedera Consensus Service timestamp to see when this credential's hash was recorded on the network.
Go further
Digitizing Methodology Guide
...
LINK Contributing
Last updated