Search
SEC Cryptocurrency Approach ‘Measured,’ Chairman Clayton Tells Senate
11.12.2019
U.S. SEC chairman Jay Clayton endorsed his agency’s regulatory policy on cryptocurrency despite the ICO controversy
Bank of Korea (Bok) to Adopt “wait-and-see” Approach for Facebook’s Libra
25.11.2019
Where on the one hand, Facebook, the social media giant is fast pacing towards the launch of its stablecoin project Libra, central banks and regulatory authorities from around the world, on the contrary, are showing some serious concerns over the highly-controversial cryptocurrency project....
Libra Testnet Fails to Impress as New Legislation Looms
25.11.2019
A November 15 blog post by Libra project developers detailing testnet developments has apparently failed to impress government regulators and influential voices in the space alike. CEO of blockchain company R3, David Rutter, commented at a London conference last week that “what they did...
The Quest for a Pan-European Approach to Cryptocurrency
24.11.2019
Will the European Union lead other countries in legal approaches to crypto asset legislation?
scrapestack: An API for Scraping Sites
12.11.2019
(This is a sponsored post.)
Not every site has an API to access data from it. Most don't, in fact. If you need to pull that data, one approach is to "scrape" it. That is, load the page in web browser (that you automate), find what you are looking for in the DOM, and take it.
You can do this...
What I Like About Writing Styles with Svelte
23.10.2019
There’s been a lot of well-deserved hype around Svelte recently, with the project accumulating over 24,000 GitHub stars. Arguably the simplest JavaScript framework out there, Svelte was written by Rich Harris, the developer behind Rollup. There’s a lot to like about Svelte (performance, built-in...
A Snippet to See all SVGs in a Sprite
8.10.2019
I think of an SVG sprite as this:
<svg display="none">
<symbol id="icon-one"> ... <symbol>
<symbol id="icon-two"> ... <symbol>
<symbol id="icon-three"> ... <symbol>
</svg>
I was long a fan of that approach for icon systems...
Here’s How Belarus Pressures Russia to Legalize Cryptocurrencies
7.10.2019
Relations between Belarus and Russia have always been quite complicated. The union the two close allies created has faced all kinds of challenges over its 20 plus years of existence. Now cryptocurrency is becoming a new apple of discord, as Minsk has taken a relatively friendly approach...
India Needs a Far-sighted Approach Regarding Cryptocurrencies
5.10.2019
We’re most definitely at a stage where corporations and governments around the world are moving their financial services up to the Blockchain. Standing at this point, India, however, might be at the risk of ceding ground to other countries that have already opted cryptocurrencies rather than...
Static First: Pre-Generated JAMstack Sites with Serverless Rendering as a Fallback
23.9.2019
You might be seeing the term JAMstack popping up more and more frequently. I’ve been a fan of it as an approach for some time.
One of the principles of JAMstack is that of pre-rendering. In other words, it generates your site into a collection of static assets in advance, so that it can be served...
New Zealand Puts Its Step Forward In Cryptocurrency Arena Through Its Progressive Approach
14.9.2019
Since the highly-anticipated launch of the world’s first-ever cryptocurrency, Bitcoin, there has been no looking back for this domain of virtual currencies. Having borne its share of applauds and criticism, the digital currency area has established itself as a strong contender of fiat money....
Circle CEO, Jeremy Allaire States that China has an Open-minded Approach to CBDCs
11.9.2019
Circle CEO, Jeremy Allaire, opined that China has the most open-minded way to deal with CBDCs (central bank digital currencies) to date. Further, Allaire said in a recent interview on Phoenix Chinese News that China’s national bank has the most forward-thinking considering Central Bank...
SwapSpace: the new approach to exchange cryptocurrency
10.9.2019
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
_________
In August 2019, SwapSpace, a new crypto project, was launched. SwapSpace is a platform where data of various exchange services are collected. The main idea of the project is to provide users with...
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...
Korea’s SFC Chair Nominee Intends to Maintain Go-Slow Approach to Crypto
28.8.2019
Eun Sung-soo made reformist comments but he was still cautious about crypto and offered no boost to the sector
TD Ameritrade CEO: We’re Taking ‘Crawl, Walk, Run’ Approach to Crypto
25.7.2019
The firm's early investment in derivative platform ErisX may enable the firm to expand their crypto investment opportunities
Why Bitcoiners Are Turning to Unschooling for Decentralized Education
29.6.2019
Unschooling is an alternative education movement quickly gaining popularity and currency worldwide. Like Bitcoin, it is an individualist approach to an area of human action long thought to be established beyond question―education. Both cryptoeconomics and unschooling seek to provide autonomy...
Fundstrat Co-Founder Thomas Lee Says Bitcoin’s Volatility Favors a Long-Term Approach
27.6.2019
A long-term approach is most appropriate for most bitcoin traders, according to Fundstrat Global Advisers Co-Founder Thomas Lee
Bounty.Cash Pairs Projects With Developers Finding Solutions for BCH
14.6.2019
Using bounties to seek solutions to various problems has proved to be a working approach for many projects in the crypto industry. Bounty.Cash is a platform that matches businesses and entrepreneurs with developers who are ready to solve issues with apps and features and get rewarded with bitcoin...
Iterating a React Design with Styled Components
16.5.2019
In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs. There would be consensus among developers about the best way to approach styling. There’d be one or more CSS gurus on the team who could ensure...