aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-20 18:52:32 +0800
committerchriseth <c@ethdev.com>2016-05-20 22:51:26 +0800
commitfad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (patch)
treeadea5b0886fc1ac1d3af0e4be18b7ed7e39a1335 /docs/introduction-to-smart-contracts.rst
parente3c54185434e16591e15e94b9f0cbef49c83137c (diff)
downloaddexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.gz
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.bz2
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.lz
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.xz
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.zst
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.zip
Update links to browser-solidity.
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r--docs/introduction-to-smart-contracts.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index 6dd0cf8f..7743c53d 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -63,14 +63,6 @@ Furthermore, anyone can send coins to each other without any need for
registering with username and password - all you need is an Ethereum keypair.
-.. note::
- This is not a nice example for browser-solidity.
- If you use `browser-solidity <https://chriseth.github.io/browser-solidity>`_
- to try this example, you cannot change the address where you call
- functions from. So you will always be the "minter", you can mint coins and send
- them somewhere, but you cannot impersonate someone else. This might change in
- the future.
-
.. Gist: ad490694f3e5b3de47ab
::