trustchain 0.2.0

Trustchain decentralised PKI reference implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
document$.subscribe(({ body }) => {
    renderMathInElement(body, {
        delimiters: [
            { left: "$$",  right: "$$",  display: true },
            { left: "$",   right: "$",   display: false },
            { left: "\\(", right: "\\)", display: false },
            { left: "\\[", right: "\\]", display: true }
        ],
    })
})