- Having
nix-shellinstalled.
Run all the commands specified in the documentation inside the nix-shell provided by the *.nix files at the root of this repository.
To enter the nix-shell at the root of this repository, simply run nix-shell in it.
This respository is structured in the following way:
ui/: UI library.zome/: example DNA with thecontactscode.- Top level
Cargo.tomlis a virtual package necessary for other DNAs to include this zome by pointing to this git repository. - Top level
*.nixfiles define the nix environment needed to develop with this repository.
Read the UI developer setup and the Zome developer setup.