There are two trust actions, Trust and Distrust. These actions are written to the blockchain. Trust is given to entities. Entities can consist of either a 'owner' or 'artifact'.
## Registering
...
...
@@ -18,9 +20,9 @@ There are two trust actions, Trust and Distrust. These actions are written to th
## Traversing the Trust Tree
1) Pick an entry point (default is self)
2) Return all entites from the entry point
3) nth degree should have been provided by application.
1. Pick an entry point (default is self)
2. Return all entites from the entry point
3. nth degree should have been provided by application.