2017-12-26 20:08:25 -05:00
..
2017-12-26 19:24:45 -05:00
2017-12-06 03:33:03 -05:00
2017-12-26 20:08:25 -05:00
2017-12-26 20:08:25 -05:00
2017-11-27 22:39:11 +00:00
2017-08-16 15:17:08 -04:00
2017-08-16 15:18:55 -04:00
2017-12-02 01:47:55 -05:00
2017-09-21 14:59:27 -04:00
2017-12-01 19:04:53 -06:00
2017-08-16 15:18:55 -04:00
2017-12-06 02:45:38 -05:00

Tendermint RPC

Generate markdown for Slate

We are using Slate to power our RPC documentation. If you are changing a comment, make sure to copy the resulting changes to the slate repo and make a PR there as well. For generating markdown use:

go get github.com/melekes/godoc2md

godoc2md -template rpc/core/doc_template.txt github.com/tendermint/tendermint/rpc/core | grep -v -e "pipe.go" -e "routes.go" -e "dev.go" | sed 's$/src/target$https://github.com/tendermint/tendermint/tree/master/rpc/core$'