-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # package.json # packages/api/package.json # packages/data-contract/package.json # packages/frontend/package.json # packages/indexer/Cargo.lock # packages/indexer/Cargo.toml
- Loading branch information
Showing
13 changed files
with
171 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "api", | ||
"version": "1.0.11", | ||
"version": "1.0.8", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Identity in the [Dash Platform](/) is a unique digital representation of an entity within the network. This could be an individual, organization, or even another program acting within the blockchain ecosystem. Identities play a crucial role in enabling verifiable, enhancing security, and fostering trust within the decentralized environment. | ||
Identity in the [Dash Platform](/) is a unique digital representation of an entity within the network. This could be an individual, organization, or even another program acting within the blockchain ecosystem. Identities play a crucial role in enabling verification, enhancing security, and fostering trust within the decentralized environment. | ||
|
||
Each Identity contains several key pieces of information: | ||
- Balance: The amount of digital assets or tokens by the identity; | ||
- Identity ID: A unique identifier that distinguishes; | ||
- Associated [Transactions](/transactions), [Data Contracts](/dataContracts) and Documents. | ||
- Identity ID: A unique identifier that distinguishes this identity from all other identities; | ||
- Balance: The amount of digital assets or tokens owned by this identity; | ||
- Associated items: [Transactions](/transactions), [Data Contracts](/dataContracts) and Documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters