Search
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...
Aggregate ERC20 Market Cap Outpaces Valuation of ETH in Circulation by $2 Billion
15.7.2020
Data now shows that the aggregate market valuation for all the ERC20 tokens in existence has surpassed the market capitalization of Ethereum’s native coins. According to data, the net worth of the ERC20 token ecosystem is roughly $2.5 billion larger than the $26.7 billion Ethereum valuation....
Chainlink Token Price Surges, Briefly Breaks Into the Top Ten by Market Cap
14.7.2020
The price of Link, the native token of the Chainlink network, soared in 48 hours gaining some 40% in that period. This rally saw the token briefly breaking into the crypto market capitalization top ten. At the time of writing, the token LINK had a market capitalization of nearly $2.6 billion easily...
Lazy Load IFRAMEs
13.7.2020
We’ve known for a decade that lazy loading resources like JavaScript, CSS, and especially images is a massive performance win for web pages. At first we used tricks and JavaScript to do the lazy loading, but more recently native image lazy loading has debuted in browsers. Did you know that...
Japanese Listed Company Globalway Plans to Build Sharing Economy Protocol and Launch IEO
13.7.2020
TimeCoinProtocol is a new project developed by TimeTicket leveraging blockchain technology to create a decentralized sharing economy platform. The solution is powered by the TimeCoin token (TMCN), an EOS-based native token used both for payments in decentralized apps built upon the protocol and...
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...
Poloniex Adds Support For WazirX (WRX) Native Token
26.6.2020
Taking pride as one of India’s biggest crypto exchange, WazirX has added another milestone to its credit as its native token WRX gets listed on Seychelles-based global cryptocurrency exchange, Poloniex. The users will now be able to purchase, sell, and trade on three new trading pairs, namely...
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...