Remix, previously known as Browser Solidity, is a web browser based IDE that allows you to write, deploy and run Solidity smart contracts. You can run Remix from your web browser or by installing and running it on your local computer.

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…