Skip to content

Commit 4b993f5

Browse files
committed
Update docs for trillian
Update docs for trillian agent and in-toto
1 parent 08d30e9 commit 4b993f5

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ Thumbs.db
3939

4040
# Editor backup files #
4141
#######################
42-
*~
42+
*~
43+
44+
45+
# IDE #
46+
#######################
47+
.vscode

source/_static/img/dbom-node-arch.png

-134 KB
Loading

source/key-concepts.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ Agents can be created for
9393
- Private DLTs (Eg. Hyperledger Fabric, Corda Enterprise e.t.c)
9494
- Public DLTs (Eg. The IOTA Tangle, Ethereum)
9595
- Traditional Datastores (Eg. MongoDB, PostgreSQL e.t.c)
96+
- Transparency Logs (Eg. Trillian_)
97+
98+
.. _Trillian: https://github.com/google/trillian
99+
==========
100+
Extensions
101+
==========
102+
103+
Extensions allow of other supply chain solutions to store and access data from a DBoM.
104+
105+
The currently supported extensions are:
106+
107+
- in-toto_
108+
109+
.. _in-toto: https://github.com/in-toto/in-toto
96110

97111

98112
========================

0 commit comments

Comments
 (0)