DNAs required for running Communities on Holochain.
! This is a work in progress and only limited functionality is available at this stage !
Instructions for installing Rust and building the holochain container can be found at developer.holochain.
After this is installed the DNA can be build using
hc package
and started using
hc run
nix-shell --run sim2h_server --port 9022
nix-shell --run "hc run --agent-name agent0 --port 3400 --networked sim2h --sim2h-server ws://localhost:9022"
nix-shell --run "hc run --agent-name agent1 --port 3401 --networked sim2h --sim2h-server ws://localhost:9022"
If you plan to develop the DNA code further the automated tests can be run using
nix-shell --run 'npm run test'