Skip to content

Commit

Permalink
feat(contracts): update axone-protocol/contracts contracts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Sep 5, 2024
1 parent 19bbaf1 commit 1fc67fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/axone-dataverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ When the smart contract is instantiated, it creates a Dataverse instance. This i

## Zones

Zones within the Dataverse represent distinct areas or domains where specific governance rules and policies are applied. These zones are conceptual frameworks created to manage and organize resources under a unified set of regulations and permissions.
Zones within the Dataverse represent distinct areas or domains where specific governance rules and policies are applied. These Zones are conceptual frameworks created to manage and organize resources under a unified set of regulations and permissions.

Each zone is defined by its unique identity and set of governing rules, which dictate how resources within it can be accessed, used, and shared. This approach allows for granular control over different segments of the Dataverse, catering to various requirements and use cases. By managing these zones, the dataverse smart contract ensures that resources are utilized in compliance with the defined policies and consents, thereby maintaining order and integrity within the Dataverse.
Each Zone is defined by its unique identity and set of governing rules, which dictate how resources within it can be accessed, used, and shared. This approach allows for granular control over different segments of the Dataverse, catering to various requirements and use cases. By managing these Zones, the dataverse smart contract ensures that resources are utilized in compliance with the defined policies and consents, thereby maintaining order and integrity within the Dataverse.

## Resources

Expand All @@ -35,7 +35,7 @@ DIDs play a crucial role in the Dataverse by facilitating a trustable and intero

Claims in the Dataverse context are assertions or statements made about a Resource identified by a DID.

Claims play a pivotal role in the governance framework of the Dataverse. By leveraging knowledge derived from verifiable credentials, the governances established by zones can evaluate the fulfilment of specific rules and compliance. This evaluation is critical in ensuring that the resources within the Dataverse adhere to the established norms, policies, and requirements.
Claims play a pivotal role in the governance framework of the Dataverse. By leveraging knowledge derived from verifiable credentials, the governances established by Zones can evaluate the fulfilment of specific rules and compliance. This evaluation is critical in ensuring that the resources within the Dataverse adhere to the established norms, policies, and requirements.

Claims are submitted in the form of [Verifiable Presentations (VPs)](https://www.w3.org/TR/vc-data-model/#presentations), which are aggregations of one or more [Verifiable Credentials (VCs)](https://www.w3.org/TR/vc-data-model/#what-is-a-verifiable-credential).

Expand Down

0 comments on commit 1fc67fa

Please sign in to comment.