Search
City of Dublin Ohio Plans to Launch Bitcoin Cash-Based SLP Token
3.7.2019
On July 1, Joshua Green, CEO of the Bitcoin Cash (BCH) implementation Bitcoin Verde, told the BCH community that the local government from Dublin, Ohio plans to mint a token using the Simple Ledger Protocol (SLP). The unnamed SLP token will be used for city events, redeemed for city-branded swag...
Use Vue.js Data Binding Options for Reactive Applications
17.6.2019
Vue.js is known as a "progressive framework for building user interfaces". There's a lot to unpack in this simple statement. It's easy to get started with Vue.js, with a minimal feature set, and th
New SLP Token Allows You to Transact in BTC But With BCH Fees
14.6.2019
There’s a new Simple Ledger Protocol (SLP) based token called BTC2 that’s backed 1:1 with BTC. People can obtain the BTC2 token using cryptocurrency swapping application Sideshift.ai. With BTC2, you can essentially transact BTC, but with the same network fee (less than a penny)...
A11Y with Lindsey
13.6.2019
Lindsey Kopacz has a wonderful blog about accessibility. I've seen a number of her articles making the rounds lately and I was like, dang I better make sure I'm subscribed. For example:
An Introduction to ARIA States
3 Simple Tips to Improve Keyboard Accessibility
Create custom keyboard accessible...
Coinex Exchange Lists the first SLP-Based Stablecoin Built on Bitcoin Cash
13.6.2019
On June 12, the cryptocurrency exchange Coinex announced the listing of a new Simple Ledger Protocol (SLP) token called honestcoin (USDH). The Honestcoin.io website details that the new token is a fully regulated stablecoin issued on the Bitcoin Cash network backed 1-to-1 for U.S. dollars. Also...
Everything You Need to Know About Date in JavaScript
11.6.2019
Date is weird in JavaScript. It gets on our nerves so much that we reach for libraries (like Date-fns and Moment) the moment (ha!) we need to work with date and time.
But we don't always need to use libraries. Date can actually be quite simple if you know what to watch out for. In this article...
PR: Sparrow Makes Trading Options Simple and Secure
10.6.2019
Sparrow, the Singapore-based options trading platform has launched its revolutionary platform which empowers institutions and individuals to trade options that are settled by smart contract. Sparrow offers a simple and secure way for traders to control risk in the volatile digital asset market...
Easily Deploy a Serverless Node App with ZEIT Now
10.6.2019
I wanted to deploy a simple demo node app the other day using Now, and I got into a lot of difficulties and gotchas, with little help from the official docs. If yo
Electron Cash Users Can Now Send Bitcoin Cash to Mobile Phones
7.6.2019
The developers behind the Bitcoin-Cash-based Electron Cash light client have added a slew of new features to the latest 4.0.6 version. Now Electron Cash users can send bitcoin cash to mobile phones via the Cointext service. In addition to this new functionality, the Cashshuffle implementation...
The Easiest Way To Create Parallax Scrolling With simpleParallax
5.6.2019
A quick tutorial on how to create eye-catching parallax scroll animations using a modern JS library
Bitcoin Cash and SLP-Fueled Badger Wallet Launches for iOS
3.6.2019
On June 3, the popular bitcoin cash (BCH) light client Badger Wallet launched its open beta version for iOS mobile devices. Now Apple users can download the wallet in order to store, send and receive BCH alongside the ability to do the same with Simple Ledger Protocol (SLP) tokens in a noncustodial...
Creating Your Own SLP-Based Token Using Memo
3.6.2019
Over the last few months, Simple Ledger Protocol (SLP) tokens have been very popular among Bitcoin Cash (BCH) supporters and there’s been a wide variety of unique tokens created. Since then Memo.cash, the onchain social network built on Bitcoin Cash has revealed users can not only store...
Meet Blockchain Poker, The Smart And Simple Way To Gamble With Your BTC And BCH
27.5.2019
Online gambling has picked up hugely in the last couple of years, and blockchain has had its share of success with it too. Blockchain-based gambling has solved many issues with traditional online gambling, including lag timings, biased gameplay, and a threat to online transactions. Blockchain...
SLP-Based Token ACD to Gain Traction With Acceptance at Thousands of Shops
11.5.2019
The Simple Ledger Protocol (SLP) has garnered a lot of attention over the last few months as there’s been a wide variety of tokens created on top of the Bitcoin Cash network. On May 10, the Tokyo-based Alliance Cargo Direct revealed the SLP-minted token ACD and bitcoin cash will be accepted...
Deploying a Client-Side Rendered create-react-app to Microsoft Azure
10.5.2019
Deploying a React app to Microsoft Azure is simple. Except that... it isn’t. The devil is in the details. If you're looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — to Microsoft Azure, I believe this article will serve...
Weekly Platform News: Feature Policy, Signed Exchanges, iOS browsers
10.5.2019
👋 Hey folks! This is the first edition of a new weekly update we'll be posting that covers timely news at the intersection of development standards and the tools that make them available on the web. We often talk about the pace of change in our industry. It's fast and touches everything...
10 React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
10 Days of React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
The Thinking Behind Simplifying Event Handlers
9.5.2019
Events are used to respond when a user clicks somewhere, focuses on a link with their keyboard, and changes the text in a form. When I first started learning JavaScript, I wrote complicated event listeners. More recently, I've learned how to reduce both the amount of code I write and the number...
Why, How, and When to Use Semantic HTML and ARIA
7.5.2019
Semantic HTML and Accessible Rich Internet Applications (ARIA) help create interfaces that work for everyone in the most performant, robust, and simple way possible. They add essential meaning to your content, which lets web browsers, search engines, screen readers, RSS readers, and ultimately...