diff options
author | chriseth <chris@ethereum.org> | 2018-02-02 00:13:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 00:13:46 +0800 |
commit | 01ba8b7e1fbdcb1b26820fd7b8908e43fb367e82 (patch) | |
tree | 1ea1c240bfd49caaaa112d3fc1ff0e18dbe303c7 /docs/index.rst | |
parent | 07f8f96c94cd2a2602226dee2aa08597c1bd21d6 (diff) | |
download | dexon-solidity-01ba8b7e1fbdcb1b26820fd7b8908e43fb367e82.tar.gz dexon-solidity-01ba8b7e1fbdcb1b26820fd7b8908e43fb367e82.tar.zst dexon-solidity-01ba8b7e1fbdcb1b26820fd7b8908e43fb367e82.zip |
Remind authors of best practices.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0a49681e..3df0af3c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,14 @@ crowdfunding, blind auctions, multi-signature wallets and more. `Remix <https://remix.ethereum.org/>`_ (it can take a while to load, please be patient). +.. warning:: + Since software is written by humans, it can have bugs. Thus, also + smart contracts should be created following well-known best-practices in + software development. This includes code review, testing, audits and correctness proofs. + Also note that users are sometimes more confident in code than its authors. + Finally, blockchains have their own things to watch out for, so please take + a look at the section :ref:`security_considerations`. + Translations ------------ |