How to install a PHP JIRA REST API Client

In this example, we will try to install in 5 minutes a PHP Jira Client script in a MacOS system. The prerequisites are: (Homebrew) brew for MacOS CURL for MacOS PHP 7 for MacOS Composer for MacOS php-jira-rest-client library Install instructions with example: Download and Install PHP Composer. curl -sS https://getcomposer.org/installer | php Next, run…

Read More

Using IOTA with Javascript

IOTA is a transaction system for the Internet of Things. It isn’t another Blockchain, it’s a new generation system, it uses Tangle (a revolutionary network of transaction strings). Bosch and Cisco are supporting this project. Value transfer without any fees (like the project Raiblocks, another big one). We can start developing Javascript Dapps using these…

Read More

Smart-Contracts with Qtum

Qtum is another Chinese Ethereum like NEO ( we talked about NEO in the previous post: NeoLink: The MetaMask for NEO ) Qtum specifications are: Anonymity and robust security like Z-Cash Smart-Contracts development like Ethereum Integrates Segwit and Decentralized Governance Protocol. Uses UTXO model like Bitcoin, more efficient than Ethereum…. Staking Qtum in your wallet for a time…

Read More