evomimic / map-proto1

Initial Proof-of-Concept of MAP Layer 0
Other
3 stars 0 forks source link

map-proto1

Initial Proof-of-Concept of MAP Layer 0

For the use cases in scope for the initial slice, see wiki

Tech Stack:

Setup:

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

cachix caching

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"

Install and run tests:

 nix develop
 npm install
 npm test / npm run sweetest