Jaemielle Marzel Agdon

How to Do Test Network and Deploy Chaincode

The test network is provided for learning about Fabric by running nodes on your local machine. Chaincode is a piece of code that is written in one of the supported languages such as Go or Java. $cd fabric-samples/test-network $./network.sh down //Turn off historical network $./network.sh up //Start a new network After the start up, next step is to …

How to Do Test Network and Deploy Chaincode Read More »

Factors to Consider for Blockchain App Development

Nature of Platform – Determining which type is apt for you will make the Blockchain applications development process easier. Smart Contracts – is a self-executing protocol that processes, validates or enforces any trigger-based action stored on the blockchain system. Consensus Protocol –  Different blockchain development platforms work upon different consensus protocol, including Proof of Work, …

Factors to Consider for Blockchain App Development Read More »

Hyperledger Fabric

Hyperledger Fabric is a widely used private blockchain, primarily in enterprise settings to make transactions between multiple businesses more efficient. It has a modular design that enables five core functionalities: Can define asset types and consensus protocol. Can set permission on who can join the network. Nodes are divided into two: Peer nodes to execute …

Hyperledger Fabric Read More »

LAMP Stack

What is a LAMP stack? LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. Because the platform has four layers, LAMP is sometimes referred to as a LAMP stack. Linux: The operating system. Linux is a free …

LAMP Stack Read More »

SQL vs. MySQL

Meaning SQL stands for Structured Query Language. It is used for writing queries for databases and also useful in managing relational databases (RDBMS). On the other hand, MySQL is an RDBMS which uses SQL to perform operations like data storing, modifying, and management in a tabular format. Complexity MySQL is a readily available software which …

SQL vs. MySQL Read More »

How to Install Oracle VirtualBox

A VirtualBox allows an entire operating system referred as “guest” to run on another operating system referred as “host“. Step 1: Visit the website https://www.virtualbox.org/wiki/Downloads. Choose and download the hosts of your system under the platform packages. Step 2: After installation, you can start Oracle VM VirtualBox as follows: On a Windows host, in the Programs menu, …

How to Install Oracle VirtualBox Read More »