/ethers.js-docs

本库不再更新,请前往最新的 v5 版本:https://github.com/lbc-team/ethers.js

Primary LanguagePython

=============

ethers.js 有逐步取代 web3.js 的趋势,希望这份中文文档可以帮到大家,文档Web地址托管在登链社区-文档中心

This is the documentation for the various Ethers projects.

The current projects documented here are:

  • ethers.js - The Ethereum JavaScript library
  • ethers-app - The application library and toolchain for ethers.io and ethers.space.

Coming soon:

  • ethers.objc - The Ethereum Objective-C library
  • ethers.ino - The Ethereum Arduino C library
  • ethers-ens - The ENS registration library and command-line tools
  • ethers-build - The testing, debugging and deployment library and tools; this is largely covered in the ethers-app documentation above, but this will be the low-level API for hacking into the framework

贡献

本文档由登链社区社区成员翻译整理。 欢迎大家加入,申请成为贡献者,微信添加Tiny熊(xlbxiong),或者发邮件:xlb@upchain.pro

Sphinx 安装

sudo pip install -U Sphinx
pip install sphinx_rtd_theme
pip install --upgrade recommonmark

支持 RST 及Markdown格式

RST文档格式的一个中文说明