Search
Emergent Coding, Adoption Incentives and Practical Use – Bitcoin Cash City, Day 2
5.9.2019
The Bitcoin Cash City conference in North Queensland has just wrapped up, and participants are now unwinding after two consecutive days of presentations, product demos, free gifts, and plenty of food. Tomorrow, September 6, there will be a special workshop for developers, and then the conference...
Simple Ledger Protocol Announces Virtual Hackathon Devoted to SLP Token Ecosystem
5.9.2019
For 72 hours on Sep. 27-30, teams from around the world will participate in a Simple Ledger Protocol (SLP) Virtual Hackathon. Participants will compete for $2,000 worth of prizes by submitting open source code utilizing the SLP framework. The Hackathon’s website details that winners with...
Ethereum Classic Partners With Blockchain Developer and Media DApp
4.9.2019
Ethereum Classic Labs has sealed the deal on new partnerships with iZbreaker and Second State
New Storm Concept Could Strengthen Bitcoin Cash Instant Transactions
3.9.2019
Software developer Awemany has published a potential alternative approach to instant transactions on the Bitcoin Cash (BCH) network called “delta blocks” or Storm. The idea utilizes weak proof-of-work (PoW) for instant confirmations on Bitcoin Cash. The new Storm concept has piqued...
Zcash Foundation Says ZEC Developer Broke Trademark Promise
3.9.2019
Zcash developer accused of breaking its promise to share its trademark with the non-profit Zcash Foundation
Zcash Developer Electric Coin Co. Reveals Q1 Financial Loss
30.8.2019
The for-profit arm supporting zcash has issued a new report saying it avoided layoffs throughout the bear market despite being in the red
The Best (GraphQL) API is One You Write
30.8.2019
Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It's like a menu of available data and I can ask for whatever I want. That's a massive improvement over REST and highly empowering for me as a front-end developer...
Binance Launches Developer Platform, Binance X to Foster Innovation of the Global Blockchain Ecosystem
29.8.2019
Binance today announced the launch of Binance X, a developer-focused initiative to foster innovation in the blockchain ecosystem, as well as on the Binance platform, which includes the Binance Chain, Binance.com APIs, Trust Wallet SDKs, and Binance Charity donation platform. Binance X supports...
How to Create Non-Fungible Assets and Collectible Tokens With Bitcoin Cash
22.8.2019
On August 21, James Cramer, the developer behind the Simple Ledger Protocol (SLP), announced the launch of the Electron Cash SLP version 3.5. The latest release allows people to create a new type of SLP token called NFT1, a non-fungible token that can be grouped together by a single ID....
Bitmessage Developer: Craig Wright Faked Documents on Bitcoin Creation
14.8.2019
Bitmessage developer Jonathan Warren claimed that some of Craig Wrights documents in the Kleiman case were forged or faked
Blockchain and Crypto Jobs Market: 2018 Vs. 2019 by the Numbers
14.8.2019
Blockchain experts are still in demand, but the number of those who want to get hired has decreased
Craig Wright’s Messages Likely ‘Faked,’ Says Bitmessage Developer
14.8.2019
In a July 24 court hearing, Jonathan Warren confirmed it is easy to back date messages to alter dates and times
BCH News Roundup: Transactions Spike, Cashaddr Support and Developer Congress
10.8.2019
The last seven days have been busy within the Bitcoin Cash ecosystem with a slew of announcements and developments. Kraken exchange recently added the BCH-based Cashaddr address format and Coinbase open-sourced a utility that makes it easy to convert between Base58 and Cashaddr addresses....
Building a Full-Stack Serverless Application with Cloudflare Workers
9.8.2019
One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details of deployment and DevOps, it's refreshing to be given a mode of building web applications that simply abstracts scaling and infrastructure...
How to Become a Blockchain Developer
7.8.2019
Skilled blockchain developers are a scarce commodity, as precious as the bitcoins that reside on the distributed ledgers they maintain. Teach yourself one of the major blockchain programming languages and you’ll be set for life, though like anything worth having, this achievement won’t...
IX Wallet, Lead Blockchain Developer, Sergey Storozhuk Was Recently Interviewed By CryptoNewsZ About The Crypto World, IX Ecosystem And More
6.8.2019
Sergey Storozhuk is the Lead Blockchain Developer in IX Wallet. Driven by a vision to provide convenient solutions to its customers, the IX ecosystem strives to reinvent the traditional saving system by utilizing modern technological advances and thereby, generate a distinctive passive income...
Branching Out from the Great Divide
2.8.2019
I like the term Front-End Developer. It's encapsulates the nature of your job if your concerns are:
Building UIs for web browsers
The spectrum of devices and platforms those web browsers run on
The people who use those web browsers and related assistive technology
The breadth of knowledge...
Zooko Wilcox Pushes for New Developer Fund to Support Zcash
1.8.2019
Zcash founder Zooko Wilcox has called for the creation of a new "Dev Fund" to support the operations of the privacy-focused cryptocurrency
New Bitcoin Cash Specs Propose Heightened Privacy and Double-Spend Proofs
31.7.2019
Bitcoin Cash (BCH) development continues as software engineers have revealed two distinct concepts that aim to boost the BCH network. Bitcoin Cash developer Tom Zander has announced new documentation concerning the vision of a double-spend proofs, which now exists as a pull request to...
Datalist is for suggesting values without enforcing values
26.7.2019
Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea.
But this little story is about something...