2017-03-13 02:12:18 +03:00
|
|
|
.. ethers.js documentation master file, created by
|
|
|
|
sphinx-quickstart on Tue Nov 29 10:25:33 2016.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
|
2017-04-05 01:43:41 +03:00
|
|
|
What is ethers.js
|
2017-03-13 02:12:18 +03:00
|
|
|
*****************
|
|
|
|
|
|
|
|
This library (which was made for and used by ethers.io) is designed to make it
|
2017-04-05 01:43:41 +03:00
|
|
|
easier to write client-side JavaScript based wallets, keeping the private key on
|
2017-03-13 02:12:18 +03:00
|
|
|
the owners machine at all times.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 3
|
|
|
|
:caption: Developer Documentation
|
|
|
|
|
|
|
|
getting-started
|
|
|
|
api
|
|
|
|
api-advanced
|
|
|
|
cookbook
|
|
|
|
notes
|
|
|
|
testing
|
|
|
|
|
2017-03-23 12:20:27 +03:00
|
|
|
-----
|
2017-03-13 02:12:18 +03:00
|
|
|
|
2017-03-23 12:20:27 +03:00
|
|
|
.. EOF
|