Distributed Apps | Table O Contents

A Distributed App with access to the Ethereum network can authenticate without a Central Server …

Note. The Flammarion Logo Badge in the page header above is an .svg image file set to the dimensions of 5% width, auto height, and zoom. Go ahead and test the zoom-out feature by hovering over the badge to engage the expansion of the image.

Byte Code

Hint. You must convert your new Solidity .sol file to byte code in order for the Ethereum Virtual Machine, or EVM to recognize your “smart contract”.

Invoke the Solidity compiler ( solc ), as follows:


solc --bin eth-counter.sol

This command statement will output the byte code to the Terminal window in binary format, as follows:


Binary: 
6060604052341561000f57600080fd5b5b60016000819055505b5b60c4806100286000396000f30060606040526000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680636d4ce63c146047578063d09de08a14606d575b600080fd5b3415605157600080fd5b6057607f565b6040518082815260200191505060405180910390f35b3415607757600080fd5b607d6089565b005b6000805490505b90565b6001600054016000819055505b5600a165627a7a72305820b0aa1a80957a780af5ea0e43dd90e429a0a14999f31862c6da3a28e54d15fca60029

Last Subtitle

More to come …


Note. The above synopsis was derived from an article written by Charles Jensen [2].

  1. The Ultimate Guide to Blockchain by Charles Jensen.

Support

Please support the co-workers who aggregate the Source Links for our projects.

Patreon

Like what you see in this project? If so, then support the authors and machine-elves who aggregate the source links and pages for our projects via Patreon.