2018-05-14 10:33:31 -04:00
..
2018-04-24 09:56:25 +02:00
2017-12-28 23:15:54 -05:00
2018-05-14 10:33:31 -04:00
2017-11-27 22:39:11 +00:00
2017-08-16 15:17:08 -04:00
2018-03-19 19:39:37 +03:00
2018-04-05 16:07:29 -07:00
2018-03-19 20:01:43 +03:00
2018-04-05 08:17:10 -07:00
2018-04-28 16:09:18 -04:00
2017-08-16 15:18:55 -04:00
2018-04-27 23:19:40 -04:00
2018-04-02 10:21:17 +02: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$'