An Elixir implementation of AT Protocol-flavoured Merkle Search Trees (MST)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Elixir 93.6%
Python 6.0%
Nix 0.4%
Other 0.1%
3 1 1

Clone this repository

https://tangled.org/comet.sh/elixir-mst https://tangled.org/did:web:comet.sh/elixir-mst
git@knot.ovy.sh:comet.sh/elixir-mst git@knot.ovy.sh:did:web:comet.sh/elixir-mst

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

MST#

TODO: Add description

Installation#

If available in Hex, the package can be installed by adding mst to your list of dependencies in mix.exs:

def deps do
  [
    {:mst, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mst.