Web3.js Documentation and examples

The web3.js library is a collection of modules which contain specific functionality for the ethereum ecosystem. The web3-eth is for the ethereum blockchain and smart contracts The web3-shh is for the whisper protocol to communicate p2p and broadcast The web3-bzz is for the swarm protocol, the decentralized file storage The web3-utils contains useful helper functions for Dapp developers. Here the full documentation. Here…

Read More

Black JIRA

Sometimes, the JIRA Admins spend a lot of time viewing JIRA screens, and by default, the background of these screens are WHITE… it’s very hard for my eyes… As possible solution, we can solve this problem installing a plugin in our Google Chrome Browser called “Stylish“. You can download free here. Once installed in the…

Read More

Create a new plugin / add-on in JIRA to set custom CSS and Javascript / JS in all pages

Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Browse to and open the atlastutorial/helloworld/src/main/resources/atlassian-plugin.xml file Modify helloworld.js and add inside a piece of code like this: “alert(“Hola!”)” Modify the tag <context> to active the Javascript…

Read More