Zach

Results 59 issues of Zach

After a successful `chainkit create demoapp`, the next step leads to the following: ![screen shot 2019-01-08 at 15 25 57](https://user-images.githubusercontent.com/8304391/50856867-d3ec3300-1359-11e9-9ee3-3f4066acf98d.png) two attempts at `chainkit start` lead to different "too many...

enhancement

when node2 joins node1, the logs of node1 show a nice message: ![screen shot 2019-01-08 at 16 41 11](https://user-images.githubusercontent.com/8304391/50860557-4bbf5b00-1364-11e9-96f9-e76208c9b1c7.png) confirming the new node has joined. When I kill the process...

enhancement

to reproduce: ``` go get github.com/blocklayerhq/chainkit cd $GOPATH/src/github.com/blocklayerhq/chainkit make cp chainkit /usr/local/bin cd ~/go/src/github.com chainkit create demoapp ``` is mostly successful in that the directory is created with some files...

and no need to duplicate output with a markdown file

like `claw new zach examples/templates/funding.md --fill-from-csv=somecsvfile.csv` which would straight just put the correct info into the csv, rather than have to manually edit it

had to do this: https://tex.stackexchange.com/questions/285850/latin-modern-math-font

bug

from #18; rather than have the template locally, use a URL. The URL used should go in the final contract (i think). URLs can be specific commits (a la rawgithubusercontent)...