Holochain DNA for SnapMail from Glass Bead Software. To download and use it, go to snapmail repo.
Native application for Windows, Linux and MacOS is available here.
Some design documentation is available in the /spec
folder.
CI and NIX configs are not set up for the moment.
To rebuild the DNA for holochain:
- Install rustup and the
wasm32
target with:rustup target add wasm32-unknown-unknown
- Install holochain and hc
- Run
scripts\pack-happ.sh
Steps for running tests:
- Install Holochain
- Go to
test
sub directory. - Run command:
npm test
Test suites can also be enabled/disabled by commenting out the lines in test\test.ts