Commit aac6fe65 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #515 from ltfschoen/master

misc: Add link to example Dapp Front End. Add Geth block check command. Fix typo.
parents ef68c8a0 01b297bd
...@@ -80,7 +80,7 @@ If we run Mist without any argument, its internal Geth node will run. As we have ...@@ -80,7 +80,7 @@ If we run Mist without any argument, its internal Geth node will run. As we have
Once Mist is started, Verify that it is connected to the test node (that's important !!). Once Mist is started, Verify that it is connected to the test node (that's important !!).
On the bottom left check that the network is ``Private-net`` and that the block number is the same as reported by the test node we are currently runnning. On the bottom left check that the network is ``Private-net`` and that the block number is the same as reported by the test node we are currently running. Run the following command in the Geth Console to check: `web3.eth.blockNumber`.
.. image:: mist1.png .. image:: mist1.png
...@@ -103,7 +103,7 @@ Right panel / second tab from the left, ``Transaction Origin`` should contain ac ...@@ -103,7 +103,7 @@ Right panel / second tab from the left, ``Transaction Origin`` should contain ac
.. image:: remix5.png .. image:: remix5.png
Developping contract / front end Developing contract / front end
-------------------------------- --------------------------------
Donation contract - Dapp Back end Donation contract - Dapp Back end
...@@ -225,6 +225,8 @@ and here is the front end: ...@@ -225,6 +225,8 @@ and here is the front end:
I would suggest to serve this file using ``http-serve``, but you can use any web server you like. I would suggest to serve this file using ``http-serve``, but you can use any web server you like.
Example: Dapp Front End https://github.com/ltfschoen/dapp_front_end
Important notice ! Important notice !
The variable ``contractspec`` contains the abi of the ``donation`` contract. it means that if you change something in the contract interface (function names, parameters, ...) The variable ``contractspec`` contains the abi of the ``donation`` contract. it means that if you change something in the contract interface (function names, parameters, ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment