Skip to content

bluehelix-network/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluehelix Chain币核链文档

环境配置

$ pip3 install -U sphinx
$ pip3 install sphinx_markdown_tables
$ pip3 install recommonmark
$ pip3 install sphinx_rtd_theme

编译

$ make html

然后在浏览器中打开 build/html/index.html

生成 rpc 文档

安装 widdershins

$ npm install -g widdershins

生成文档

$ make swagger