Blockchains are decentralized ledgers which, by definition, are not controlled by a central authority. Due to the value stored in these ledgers, bad actors have huge economic incentives to try and cause faults.
What algo was the original solution to the potentialproblem as specified by Satoshi?
The big breakthrough when Bitcoin was invented, was the use of Proof-of-Work as a probabilistic solution to the Byzantine Generals Problem as described in depth by Satoshi Nakamoto.
The primary difference between a blockchain and blockless solution is?
You are considering writing smart contracts andthere are a few different languages you can consider. (Select two.)
To write smart contracts there are a few different languages: Solidity, which is like JavaScript and has .sol as a file extension, Serpent, Python-like with extension .se, and a 3rd, LLL, based on Lisp. Serpent was popular a while back but Solidity is the most popular right now and more robust, so just use Solidity. You prefer Python? Use Solidity.
You currently using the Metamask Chrome plugin and you see a selection for Etherescan in the plugin.
What is Etherscan used for?
A search engine that allows users to easily lookup, confirm and validate transactions that have taken place on the Ethereum Blockchain
Blockchains only work to store financial transactions or other exchanges of monetary value.