Initial Proof-of-Concept of MAP Layer 0
For the use cases in scope for the initial slice, see wiki
If not already done before, Enable Nix commands and Nix flakes for your use:
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
Run cachix to cache OS specific holochain crates on your system (do this when you open a terminal to ensure you have updates)
nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz -p cachix --run "cachix use holochain-ci"
nix develop
npm install
npm test / npm run sweetest