Tag: mining

Logic & Design of Ethereum Transactions

Ethereum is an open-source computing platform that includes smart contract functionality. Ethereum uses its token, Ether, to transact accounts and compensate for computations performed. Web3j provides an integration layer to the Ethereum blockchain for Java applications. Photo credit: https://developer.oracle.com   To start, anything that is computed within Ethereum and executed is considered a transaction. For example, if a user INSERTS data…

Read more