Skip to content

Commit

Permalink
add warning to the accounts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Oct 18, 2017
1 parent e47b8b5 commit a6e0d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/web3-eth-accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ web3.eth.accounts

The ``web3.eth.accounts`` contains functions to generate Ethereum accounts and sign transactions and data.

To use this package standalone use:
.. note:: This package has NOT been audited and might potentially be unsafe. Take precautions to clear memory properly, store the private keys safely, and test transaction receiving and sending functionality properly before using in production!

To use this package standalone use:


.. code-block:: javascript
Expand Down

0 comments on commit a6e0d97

Please sign in to comment.