Releases: zo-el/minersweeper
Releases · zo-el/minersweeper
v2.1.0
v2.0.0
This is the first release of Minersweeper 2.0 that runs on holochain
Holochain Version: 59c8632876795125a8d0a3770b2fd6733529bfcd
How to run:
- Download the
.zip
file that is the UI and the.happ
file that is the holochain dHapp - To run the UI:
- Unzip the
.zip
file cd
into the folder that you just extracted and server the UI- you can do that using node or python like this:
python -m SimpleHTTPServer 3000
- you can do that using node or python like this:
- Unzip the
- To run your DNA:
- see that you have
holochain
andhc
locally installed, else you can runnix-shell
in this github repo and have a working environment of holochain - Then to run your happy you will first create an agent
hc sandbox clean
hc sandbox generate ./minersweeper.happ -a='minersweeper-1'
- Then run your agent
hc sandbox r 0 -p=8800
- see that you have
Note: we will have better packaging for this happ to easy with installing the happ