Search
The Origin Story of Container Queries
16.12.2019
Container queries don’t exist today but a lot of web developers have been arguing in their favor lately. At first, the idea sounds relatively simple: whereas media queries allow us to make style changes based on the width of the browser, container queries would allow us to make style updates when...
How SLP Dividends Can Tokenize Anything, Including the Stock Market
15.12.2019
Not everyone is lucky enough to have access to the stock market and the ability to buy shares in successful corporations like Apple or Coca-Cola. Many impoverished and politically restricted areas make such participation impossible for those who live there. However, thanks to the ability...
SLP Token Market Cap Surpasses $50 Million
12.12.2019
For over a year now, the Simple Ledger Protocol (SLP) token universe has grown quite vast. There are now more than 6,000 SLP tokens in existence and a number of SLP tokens have seen price discovery. Moreover, tokens listed on our SLP market capitalization aggregator show in the last two months...
Bitcoin Cash 2019: Year in Review
6.12.2019
2019 is coming to an end and the Bitcoin Cash (BCH) ecosystem has matured a great deal. BCH has successfully upgraded twice this year, adding Schnorr signatures capabilities and most transactions on the BCH network are now non-malleable. Moreover, BCH has seen increased adoption this year, an...
Techniques for Rendering Text with WebGL
6.12.2019
As is the rule in WebGL, anything that seems like it should be simple is actually quite complicated. Drawing lines, debugging shaders, text rendering… they are all damn hard to do well in WebGL.
Isn’t that weird? WebGL doesn't have a built-in function for rendering text. Although text seems like...
Web Scraping Made Simple With Zenscrape
28.11.2019
Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and CAPTCHA-solving is involved. However, the scraped data is very often needed by people that are non-coders: Marketers, Analysts, Business Developers etc.
Zenscrape is an easy-to-use...
Devs Reveal BCH Cashchannels and Simple Escrow Contracts
20.11.2019
Bitcoin Cash (BCH) supporters have been introduced to two new concepts that allow people to leverage the BCH network in a variety of innovative ways. On November 15, former Bitpay developer Jason Dreyzehner revealed his recurring payments system for BCH called Cashchannels. A few days later,...
Cointext Founder Publishes New ‘Postage’ Specs for SLP Tokens
19.11.2019
On November 18, Cointext founder Vin Armani published a blog post that describes a new system called the ‘Simple Ledger Postage Protocol.’ The SLP concept allows wallets to send SLP tokens without having to use bitcoin cash (BCH) as ‘gas’ to forward transactions. Also Read:...
How to Spot Bitcoin’s Golden or Death Cross Using Simple Moving Averages
16.11.2019
The golden cross and death cross have long helped traders predict and confirm long-term price trends. Here’s a primer for crypto investors
Universal Protocol Alliance to List Mega-Utility Token on Bitcoin.com Exchange
12.11.2019
In addition to listing the Universal Protocol Alliance’s mega-utility token, Bitcoin.com Exchange will also list the group’s stablecoins, as well as support interoperability between the Ethereum protocol and the Simple Ledger protocol. Also Read: Cred Merchant Solutions to Help Unbanked...
Tokens.net Seals Partnership With Bitcoin.com as an Official SLP Partner
6.11.2019
Simple Ledger Protocol (SLP) is a protocol for token creation on the Bitcoin Cash (BCH) chain, promoting tokenization of assets in a simple and effective way. The Simple Ledger Protocol provides electronic wallets, block explorers, social media bots, token faucets and back-end infrastructure,...
Making a Chart? Try Using Mobx State Tree to Power the Data
5.11.2019
Who loves charts? Everyone, right? There are lots of ways to create them, including a number of libraries. There’s D3.js, Chart.js, amCharts, Highcharts, and Chartist, to name only a few of many, many options.
But we don’t necessary need a chart library to create charts. Take Mobx-state-tree (MST)...
Simple Scraping API with zenscrape (Sponsored)
5.11.2019
So many developers believe that scraping a URL’s content is easy — just a simple curl and you’re done, right? Nope. CAPTCHAs, rate limitations, origin-specific limitations — they make getting content off the web a nightmare. Luckily we now have services like zenscrape which...
5 Easy Ways to Earn Cryptocurrency
4.11.2019
The days of individuals mining popular cryptocurrencies are over. The amount of time and energy required to mine bitcoin is immense and you’d be competing with business with massive mining farms. What you can do, however, is chip away at earning cryptocurrency via a few simple tasks that...
Cryptophyl Exchange Reveals Fiat On-Ramp to SLP Token Ecosystem
30.10.2019
The London-based exchange Cryptophyl is a trading platform focused on the Simple Ledger Protocol (SLP) and bitcoin cash (BCH) ecosystem. On October 29, the exchange announced the launch of the first fiat on-ramp to obtain well-known SLP tokens. Also read: Avalon Mining Rig Maker Canaan Files...
Running Bitcoin Cash: An Introduction to Operating a Full Node
22.10.2019
Setting up a Bitcoin Cash node is a fairly easy task for someone who wants to contribute to the decentralized ecosystem. There are various ways you can run a node whether it’s on a cloud, on a local machine or by leveraging a small single-board computer. The following is a simple introduction...
SLP Token Ecosystem Built on Bitcoin Cash Continues to Blossom
17.10.2019
The Simple Ledger Protocol (SLP) has come a long way since its inception and more than 4,900 SLP tokens have been created to date. During the last few months, SLP usage has grown significantly with people constructing various types of unique ideas that create more use cases for these token...
NIXT – Nexinter Launches Exchange Offering Using SLP
8.10.2019
Today, NextHash and Bitcoin.com have entered a technical partnership to design and structure the NIXT utility token.
NIXT token is being listed in its fully operational exchange Nexinter on top of Bitcoin Cash, using the Simple Ledger Protocol (SLP) framework.
The post NIXT – Nexinter...
FOIN Allows Merchants to Accept Crypto Payments In-Store
7.10.2019
FOIN, a cryptocurrency company and a developer of the transparent payment system FoPay, announced the strategic partnership with Cyclebit, a crypto payment solutions provider. According to the official information, starting from that day, FOIN, the decentralized peer to peer cryptocurrency for...
Adaptive Photo Layout with Flexbox
3.10.2019
Let’s take a look at a super lightweight way to create a horizontal masonry effect for a set of arbitrarily-sized photos. Throw any set of photos at it, and they will line up edge-to-edge with no gaps anywhere.
The solution is not only lightweight but also quite simple. We’ll be using an unordered...