Search
Georgia Exempts Bitcoin From VAT to Become the Next Country to Affirm Its Currency Status
13.7.2019
Cryptocurrency taxation is a subject that concerns a growing number of users, traders and investors. An area that creates a lot of confusion among taxpayers is the application of VAT, or the value-added tax most countries levy on the sales of goods and services. Georgia has become the latest nation...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
Trademark Application Filed By LG For ThinQ Wallet
10.7.2019
Last year, several rumors were doing the rounds that LG, the globally renowned electronics company based in South Korea, is about to set foot in the crypto space. The latest reports seem to confirm the company’s crypto interests strongly. As per the reports, a trademark application has been filed...
WaykiChain(WICC) Stablecoin Connects Decentralized World with Application Ins and Outs
9.7.2019
WaykiChain’ s upcoming stablecoin, WUSD is developed on the bottom layer of blockchain with rather high-performed reliability, manageability to support extensive usage scenarios. It will become one of its kind in the crypto asset backed stablecoin technology offerings from the crypto industry....
The Many Ways to Include CSS in JavaScript Applications
8.7.2019
Welcome to an incredibly controversial topic in the land of front-end development! I’m sure that a majority of you reading this have encountered your fair share of #hotdrama surrounding how CSS should be handled within a JavaScript application.
I want to preface this post with a disclaimer: There...
Ripple’s XRPL Labs Announces New Xumm Application For Storing Fiat And Digital Currencies
8.7.2019
Ripple powered Xpring’s XRPL Labs has announced a new application called Xumm, which will allow users to store fiat and digital currencies in the wallet account, without any intervention from banks. In other words, Xumm offers banking services without banks getting involved. XRPL Labs’...
Building an Animal Adoption Site with Node and Vue - Part 1
8.7.2019
Today we're going to build an application that showcases animals that are available for adoption! This will be a two part blog series, so in this portion we'll just learn how to se
Gemini To Send Application For Broker-Dealer License For Virtual Securities
3.7.2019
The cryptocurrency exchange of Winklevoss brothers, Gemini has decided to put an application for a Broker-dealer license. The platform has applied for the same with the FINRA. Their objective is to work as an alternate trade service and let the user use the platform legally for the swap of digital...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
US CFTC Approves LedgerX’s Application for Designation As Contract Market
25.6.2019
The CFTC has approved U.S.-based regulated crypto derivatives platform LedgerX’s operation as a designated contract market
Now Released: Mobile Application of Bitcoin Lightning Network For Users’ Testing
20.6.2019
According to the latest reports, Lightning Labs has announced the release of a dedicated mobile application on 19th June 2019. The Lightning App, as the application is referred to, is available for the users to download on Testflight (iOS) as well as Google Play (Android). The App runs on Bitcoin...
Game of Thrones Quiz Game with React and GraphQL: Initiate Backend Connection
17.6.2019
Now that our frontend application is running, the next step is to set up the client to communicate with the server. We’ll make use of the apollo-boost package to achieve this. The package provides
Game of Thrones Quiz Game with React and GraphQL: Setting up a React App
17.6.2019
To get started, we will use create-react-app to bootstrap our application. To create the application using the create-react app CLI, run:
Accept Direct Crypto Payments Using the Rocketr Gateway
16.6.2019
It’s in the best interest of businesses to offer their customers a variety of payment options. Cryptocurrencies can undoubtedly bring more buyers and many merchants have introduced support for digital assets. A platform called Rocketr helps merchants accept payments in crypto, including...
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)...
An In-Depth Look at Iris, a New Decentralized Social Network
13.6.2019
Cryptocurrency advocates have been discussing a new social media platform designed by one of Bitcoin’s earliest developers Martti Malmi, otherwise known as Sirius. The project he designed, called Iris, is a social networking application that stores and indexes everything on the user’s...
Using Cypress to Write Tests for a React Application
12.6.2019
End-to-end tests are written to assert the flow of an application from start to finish. Instead of handling the tests yourself — you know, manually clicking all over the application — you can write a test that runs as you build the application. That’s what we call continuous integration and it’s...
How to Use the Web Share API
6.6.2019
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to trigger the native share dialog of a device (or desktop, if using Safari) when sharing content — say a link or a contact card — directly from...
Deploying an Angular App to Netlify
6.6.2019
Netlify is one of the best places to deploy an application or a website today. There is no need to manage a server, NGINX, certificates, or scaling due to hig