You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brian Hicks a684e83347 add the basics of a todo list 4 years ago
nix update sources 4 years ago
src add the basics of a todo list 4 years ago
tests test the patricia merkle tree does what I want 4 years ago
.envrc add elm-test 4 years ago
.gitignore add elm-test 4 years ago
README.md add README 4 years ago
elm.json switch to sha256 for hashes 4 years ago
package-lock.json add elm-test 4 years ago
package.json add elm-test 4 years ago
shell.nix add elm-test 4 years ago

README.md

Elm CRDT Example App

A port of James Long's CRDT Example App to Elm, to better understand the concepts.