Search
Hackers Paradise: Yet Another Defi Protocol Exploited for Nearly $20 Million in DAI
25.11.2020
Decentralized finance (defi) protocol Pickle Finance was hacked for $19.7 million of the stablecoin DAI over the weekend, as the defi industry appears to be turning into a hackers paradise. Pickle’s native token (PICKLE) plunged 62% on the news, falling from $23.27 to $8.70 when the hack...
Matic becomes the first outside Ethereum to launch native Chainlink feeds
19.11.2020
Five price feeds will be directly published on Matic mainnet
Bitfinex, a Pioneering Tier-1 Exchange, Lists XinFin Network’s Native XDC Token
18.11.2020
PRESS RELEASE. After Indodax, Alpahex.net and Bitrue, XinFin Digital Contract ($XDC) tokens—the fuel of XinFin’s enterprise-ready, hybrid blockchain ecosystem—will be available on Bitfinex—a pioneering Tier-1 exchange—from 11 a.m. (UST) on November 16, 2020....
Mixing Colors in Pure CSS
16.11.2020
Red + Blue = Purple… right?
Is there some way to express that in CSS? Well, not easily. There is a proposal draft for a color-mix function and some degree of interest from Chrome, but it doesn’t seem right around the corner. It would be nice to have native CSS color mixing, as it would give...
The Cleanest Trick for Autogrowing Textareas
11.11.2020
Earlier this year I wrote a bit about autogrowing textareas and inputs. The idea was to make a <textarea> more like a <div> so it expands in height as much as it needs to in order to contain the current value. It’s almost weird there isn’t a simple native solution...
How to Animate the Details Element Using WAAPI
5.11.2020
Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011.
In this article, we will see how you can animate the native <details> element using the Web Animations...
How to Write Loops with Preprocessors
5.11.2020
Loops are one of those features that you don’t need every day. But when you do, it’s awfully nice that preprocessors can do it because native HTML and CSS cannot.
Sass (SCSS)
for Loop
CodePen Embed Fallback
while Loop
CodePen Embed Fallback
each Loop
CodePen Embed Fallback
Less
for...
Collective #632
2.11.2020
Stories for VSCode * Copying is the way design works * Native CSS Masonry Layout In CSS Grid
The post Collective #632 appeared first on Codrops
Voyager Digital Buys European Crypto Exchange Focused on Institutional Investors
24.10.2020
Crypto-asset broker Voyager Digital Ltd is buying LGO Markets, a French cryptocurrency exchange focused on corporate investors. The two firms will merge under one brand, Voyager, and their two separate native tokens, VGX and LGO, will also merge. The deal grants Voyager, a Canadian Securities...
Yearn Finance Token Value Slides 67%, While Locked Value Loses Over $300M
8.10.2020
Yearn Finance’s native token YFI has been seeing significant capitulation as the price has dropped from an all-time high (ATH) of $43k in mid-September to today’s $13,875 USD value. Despite the -67.7% loss since the token’s ATH, the Yearn Finance project still has around $624...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Ethereum’s Gas Spike Forces Coinbase Pro to Pass Network Fees to Customers
19.9.2020
While Ethereum network fees have jumped to new highs this year, the popular cryptocurrency exchange, Coinbase Pro, announced that the trading platform would be passing network fees onto customers. The move followed the exchange listing Uniswap’s native token UNI, an airdrop that saw miners...
Jack Dorsey still thinks Bitcoin is the strongest contender for an internet-native currency
10.9.2020
The Square CEO remains a vocal champion of the Blockchain space
Defi Project Yearn Finance Smashes Records as Native Token Surpasses $30K
30.8.2020
The decentralized finance (defi) crypto asset tied to the Yearn Finance project has smashed records this week, as the coin touched a high of $30,324 on Saturday evening. Yearn’s token YFI has been recently added to the Aave platform and the project’s founder, Andre Cronje, is currently...
Copy the Browser’s Native Focus Styles
28.8.2020
Remy documented this the other day. Firefox supports a Highlight keyword and both Chrome and Safari support a -webkit-focus-ring-color keyword. So if you, for example, have removed focus from something and want to put it back in the same style as the browser default, or want to apply a focus style...
First Litecoin-Native Visa Debit Card Is Being Launched
14.8.2020
Charlie Lee: Litecoin maximalists don’t exist
Chainlink Competitor Band Token Grows 300% in 7 Days Setting New ATH
11.8.2020
BAND, the native token of the Band Protocol, has grown by more 300% in just seven days. At the at time of writing, the token traded at $14.50 against the August 3 trading price of $3.86. On August 10, the token also touched a new high of $17.78 while the 24 hours traded volumes were […]
The...
US Court Dismisses Claims Against XRP: Report Shows Ripple Paid Moneygram $15.1M in Q2
2.8.2020
The Northern California District Court finds that claims against Ripple Labs and its token made by two investors cannot be proven. The legal dispute, which began in May 2018, pitted Ripple Labs including CEO Brad Garlinghouse and disgruntled investors. According to a report, the discontented...
Wirex Approved to Issue Mastercard-Backed Bitcoin Debit Cards
20.7.2020
Mastercard said Monday it had granted Wirex principal membership status, becoming the “first” native cryptocurrency outfit to do so. The membership allows Wirex, a London-based digital payments firm, to issue payment cards directly to consumers, making it easier for people to buy, hold...
Lazy Loading Images in Svelte
16.7.2020
One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy loading” technique has been around a while and there are lots of great tutorials on how to implement it.
But even with all the resources...