Search
Anonymous Developer Deploys Curve Contracts, Forcing Early Launch
14.8.2020
Paying more than $8,000 in fees, an unknown developer has prematurely deployed Curve’s tokens and contracts resulting in an unexpected launch
Fusing With Whales: Cashfusion Privacy Mixing Expands Allowing 10x Bigger Coins
12.8.2020
On August 11, 2020, the Electron Cash developer Jonald Fyookball announced that Cashfusion tiers have been expanded to allow 10x bigger coins to be fused. The announcement got the Bitcoin Cash community excited to “fuse with whales,” as the increase has been upped from 0.82 BCH to...
Alchemy Goes Public With Developer Platform in Bid to Grow DeFi Ecosystem
11.8.2020
Blockchain infrastructure startup Alchemy just launched its full suite of products to the public, after a two-year closed beta serving teams like MakerDAO and Kyber Network
Grin Price Up Over 11% as Former Developer Tests ASIC Miner
11.8.2020
Former core Grin developer Gary Yu mined $118 worth of GRIN cryptocurrency in less than 24 hours with a Grin ASIC mining device
PSF Token Invokes the First Coin-Age Staking Protocol on Bitcoin Cash
11.8.2020
During the last six months, the Simple Ledger Protocol has grown immensely and there’s been 9,604 SLP tokens created since the infrastructure launched. Just recently news.Bitcoin.com reported on mistcoin, the mineable SLP token that can be mined with a CPU. Now software developer Chris...
OKCoin Exchange Awards Grant to One of Bitcoin Core’s Most Active Developers
6.8.2020
The grant from OKCoin will allow Bitcoin developer Marco Falke to continue the maintenance work he's done since 2016, like reviewing proposed code changes
OKCoin’s Fourth Developer Grant Recipient Brings Total Grants to Over $500K
6.8.2020
OKCoin developer grants total over $500,000 with the latest grant going to Bitcoin’s most active contributor since 2017
Computed Values: More Than Meets the Eye
5.8.2020
Browser DevTools are indispensable for us front end developers. In this article, we’ll take a look at the Computed tab, a small corner of the DevTools panel that shows us big things, like how relative CSS values are resolved. We’ll also see how inheritance fits into the browser’s...
Expanding the Future (of Dev Tooling) with AI
5.8.2020
Codota wants their tools to (at least!) double developer productivity. My vision is that we can do that not only by getting more developers using these tools, but in expanding where and how these tools learn themselves. The better the tools can *learn from us* what we're doing, the better *we...
The Making of: Netlify’s Million Devs SVG Animation Site
3.8.2020
The following article captures the process of building the Million Developers microsite for Netlify. This project was built by a few folks and we’ve captured some parts of the process of building it here- focusing mainly on the animation aspects, in case any are helpful to others building...
Legend of Mir Developer Plays For Success In Blockchain Gaming Market
26.7.2020
Shane Kim, Wemade Tree’s CEO. When it comes to fast-growing businesses, very few can hold a candle to the gaming industry.
Per data compiled by Newzoo, there were over 2.5 billion video gamers in the world in 2016. Just what four years and the coronavirus pandemic have done to these figures...
CMD+Z for Git is Here
23.7.2020
Version control with Git has become a “commodity” by now: virtually every software project today uses Git, and virtually every developer knows Git to some extent. This explains why I sometimes hear the following question when I talk about what I do for a living: “A desktop client...
Bitcoin SV ‘Educates’ China’s Largest Developer Community
23.7.2020
Bitcoin SV will provide education for up to 31 million people through a partnership with China’s largest developer network
BitMEX Owner Awards $50K Grant to Bitcoin Smart Contract Developer
22.7.2020
100x said the $50,000 grant to Jeremy Rubin would help fund further development of the Bitcoin smart contract language, Sapio
Amir Taaki Knocks Bitcoin Coinjoin Schemes – Calls Methods ‘Absolute Garbage’
21.7.2020
On July 17, the well known Dark Wallet creator and early Bitcoin developer, Amir Taaki, criticized bitcoin privacy methods on Twitter. Taaki claimed that UTXO mixing concepts like Coinjoin were “absolute garbage.” Taaki also knocked other concepts like Mimblewimble and privacy-centric...
5 Most Common Developer Portfolio Mistakes (Sponsored)
20.7.2020
A portfolio site is one of the best marketing and sales tools you as a web developer have in your arsenal. And if it’s set up right, it’ll save you a bunch of time having to:  Chase down new clients,  Spend time convincing them to work with you, Answer questions about your experience as...
Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology
19.7.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology appeared first on CoinMarketCap Blog
Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology
19.7.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology appeared first on CoinMarketCap Blog
Bitcoin Script and Onchain Contracts: Two High-Level Programming Languages for Bitcoin Cash
11.7.2020
Last May, the software developer and creator of revoke.cash, Rosco Kalis, released Cashscript version 0.4 that included a number of optimizations. Cashscript’s new website highlights the high-level language that “offers a strong abstraction layer over Bitcoin Cash’ native virtual...
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...