The first DAO specialized in Atlassian tools has been born thanks to a collaboration between Spain and Italy!

Today April 28th is a great day for the Atlassian community. The first DAO (Decentralized Autonomous Organization) specialized in Atlassian tools and services has been born, and nothing more and nothing less than from the hands of several promising Spanish and Italian startups. A Decentralized Autonomous Organization or DAO, also called Decentralized Autonomous Corporation or…

Read More

La primera DAO especializada en herramientas Atlassian ya está aquí, gracias a una colaboración entre España e Italia!

Hoy 28 de abril de 2021 es un gran día para el mundo Atlassian, pues la primera DAO (Decentralized Autonomous Organization) especializada en las herramientas y servicios Atlassian ha nacido, y nada más y nada menos que de manos de varias prometedoras startups españolas e italianas. Una Organización Autónoma Descentralizada (en inglés Decentralized Autonomous Organization)…

Read More

Estas listo para Ethereum 2.0?

Ethereum 2.0 es una actualización de la actual red Ethereum. Esta actualización conlleva nuevos conceptos y términos que tendremos que aprender. Dichas actualizaciones se centran en arreglar varios temas de escalado, temas de minado y el famoso cambio a PoS (Proof of Stake) donde hablaremos de términos como Casper, Sharding, eWASM, Raiden, Plasma, etc. Estas soluciones harán que las transacciones…

Read More

How to connect to Ethereum and MetaMask with your Dapp after the new “Privacy Mode”

Privacy mode The MetaMask settings menu will expose a new “privacy mode” option that can be used to opt in to and out of this privacy-preserving behavior. If “privacy mode” is enabled, MetaMask will not automatically expose users’ account addresses to the sites they visit. Instead, sites must specifically request access to see users’ accounts.…

Read More

How to install Embark by Status in MacOS (Ethereum Dapp development)

Prerequisites: 1. Node Version Manager   2. Node   2.1 Go (Optional)   2.2 Ethereum Client (Optional) How to run geth using rinkeby Ethereum test network node: geth –rinkeby –datadir=~/.gophersland_ethereum_r1 –port=30304 –cache=2048 –rpc –rpcport=8546 –rpcapi=eth,web3,net,personal –syncmode=fast   IPFS (Optional but recommended) $ tar xvfz go-ipfs.tar.gz $ cd go-ipfs $ ./install.sh $ ipfs init initializing IPFS node…

Read More

Simple example of Ethereum Dapp! Without central server. All with Javascript and MetaMask

English – https://elconsejosimpatico.github.io ElConsejoSimpatico.org is something like a totally decentralized Twitter, to test any kind of CENSORSHIP and DDoS attack (Denial of Service), based on smart contracts in the blockchain of Ethereum using only HTML5 pages and javascript type Web3 to work. Remember that you must use MetaMask in your browser, or use Brave as…

Read More