Search
Protocol Village: Order-Routing Protocol Flood Raises $5.2M Led by Bain Capital Crypto, Archetype
8.2.2024
The latest in blockchain tech upgrades, funding announcements and deals. For the period of Feb. 8-14
How to identify and protect against routing attacks in the Lightning Network
14.9.2023
To protect against routing attacks in the Lightning Network, utilize watchtowers, verify channel state changes, and prioritize well-established payment channels
Crypto.com Integrates With CoinRoutes Smart-Order Routing System
8.6.2023
The integration is part of CoinRoutes’ bid to expand liquidity access for its clients
Turbos Finance Introduces Smart Routing for Stablecoins on Sui
6.6.2023
The new feature aims to reduce friction for users coming from other ecosystems to Sui and improve liquidity
Crypto Trading Firm Wintermute Plugs Into CoinRoutes Smart-Order Routing System
20.4.2023
CoinRoutes won a patent in February for a “cryptocurrency smart-order router” designed to help trading firms reduce the costs of storing large reams of historical data
Getting Started With SvelteKit
23.1.2023
SvelteKit is the latest of what I’d call next-gen application frameworks. It, of course, scaffolds an application for you, with the file-based routing, deployment, and server-side rendering that Next has done forever. But SvelteKit also supports nested layouts, server mutations...
Human Protocol Develops New Layer Featuring Voting, Proof-of-Balance, Liquidity, and Slashing – the Routing Protocol
10.8.2022
HUMAN Protocol is an infrastructure to reshape how humans work, by supporting distributed job markets in which any job, of any size or type, can be securely tokenized, published, and completed. The HUMAN team is now developing a new blockchain coordination layer to empower communities for positive...
FTSE 100 Company, Entain, Deploys Syntropy to Improve Global Network Performance
7.4.2022
PRESS RELEASE. PALO ALTO – April 7th, 2022 — Syntropy, a transformative Web3 connectivity company, announces its new customer – the sports betting and gaming giant, Entain. The FTSE 100 company is leveraging Syntropy’s global relay network with its decentralized...
Mining Firm Titan Introduces Lumerin, a Project Aiming to Commodify Bitcoin’s Hashpower
23.10.2021
On October 21, the bitcoin mining pool operator Titan revealed a new decentralized hashpower routing protocol called Lumerin. The open-source project aims to commodify bitcoin’s hashpower “through smart contracts, making hashpower tradable.” Bloq’s Mining Arm Titan...
Custodial Lightning Network Service Attack Discovered by LN ‘Newbie’ — Hacker Strikes 6 LN Custodians
20.9.2021
On September 18, a Redditor posted to the r/bitcoin forum and explained how he discovered a way to “attack [the] lightning Network’s custodial services.” The Reddit account dubbed “Reckless Satoshi” wanted to figure out if a “discrepancy between real...
Native JavaScript Routing?
23.8.2021
We can update the URL in JavaScript. We’ve got these APIs:
// Adds to browser history
history.pushState({}, "About Page", "/about");
// Doesn't
history.replaceState({}, "About Page", "/about");
JavaScript is also capable of replacing any content in the DOM....
Using Nuxt and Supabase for a Multi-User Blogging App
19.8.2021
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.
I’ve been enjoying using frameworks like Nuxt and Next because they …
The...
HOPR Staking Lets You Earn Rewards and NFTs While Supporting Data Privacy
21.7.2021
The HOPR protocol provides network-level and metadata privacy for every kind of data exchange. Designed to be better than TOR, the mixnet protects the identity of both sender and recipient by routing data via multiple intermediate relay hops that mix traffic. Now the project launches staking with...
SvelteKit is in public beta
7.4.2021
Rich Harris:
Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.
Great move. I find …
The post SvelteKit is...
How We Improved the Accessibility of Our Single Page App Menu
25.2.2021
I recently started working on a Progressive Web App (PWA) for a client with my team. We’re using React with client-side routing via React Router, and one of the first elements that we made was the main menu. Menus …
The post How We Improved the Accessibility of Our Single Page App Menu...
Lazy Load Routes in Vue with webpack Dynamic Comments
4.2.2021
The way routing works in JavaScript is usually that you specify which relative URL pattern you want for which component to render. So for /about you want the <About /> component to render. Let’s take a look at how to …
The post Lazy Load Routes in Vue with webpack Dynamic Comments...
React Suspense in Practice
19.3.2020
This post is about understanding how Suspense works, what it does, and seeing how it can integrate into a real web app. We'll look at how to integrate routing and data loading with Suspense in React. For routing, I'll be using vanilla JavaScript, and I'll be using my own micro-graphql-react GraphQL...
The Hooks of React Router
12.2.2020
React Router 5 embraces the power of hooks and has introduced four different hooks to help with routing. You will find this article useful if you are looking for a quick primer on the new patterns of React Router. But before we look at hooks, we will start off with a new route rendering...
MIT ‘Spider’ Routing Scheme Could Speed Up Cryptocurrency Transactions
3.2.2020
MIT researchers have created a new crypto-routing scheme to notably reduce blockchain-based transaction processing times
Another Research Paper Finds Flaws With the Lightning Network
26.11.2019
On November 21, researchers from Hungary and Institute for Computer Science and Control published a critical examination of the Lightning Network, the protocol intended to amend BTC’s scalability issues. The researchers’ simulation findings indicate the Lightning Network...