mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
@@ -201,9 +201,9 @@ export default function XrplOverview() {
|
||||
)}
|
||||
</p>
|
||||
<p className="mb-0">
|
||||
{translate(
|
||||
'Currently, over 120 <a href="https://livenet.xrpl.org/network/validators" target="_blank">validators</a> are active on the ledger, operated by universities, exchanges, businesses, and individuals. As the validator pool grows, the consensus protocol ensures decentralization of the blockchain over time.'
|
||||
)}
|
||||
{translate('Currently, over 120')}
|
||||
<a href="https://livenet.xrpl.org/network/validators" target="_blank"> validators</a>
|
||||
{translate(' are active on the ledger, operated by universities, exchanges, businesses, and individuals. As the validator pool grows, the consensus protocol ensures decentralization of the blockchain over time.')}
|
||||
</p>
|
||||
</div>
|
||||
<div className="col mb-16-sm">
|
||||
|
||||
@@ -22,8 +22,9 @@ const cards = [
|
||||
{
|
||||
id: 'low-cost',
|
||||
title: 'Low Cost',
|
||||
description:
|
||||
"At fractions of a penny per transaction, costs are inexpensive enough to enable a wide variety of <a href='/about/uses'>blockchain use cases</a>",
|
||||
description: <>
|
||||
At fractions of a penny per transaction, costs are inexpensive enough to enable a wide variety of <a href='/about/uses'>blockchain use cases</a>
|
||||
</>
|
||||
},
|
||||
{
|
||||
id: 'community',
|
||||
@@ -88,7 +89,9 @@ const features = [
|
||||
chip: 'In Development',
|
||||
title: 'Smart Contracts',
|
||||
description:
|
||||
"Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the <a href='https://hooks-testnet.xrpl-labs.com/' target='_blank'>hooks amendment and public testnet</a> that enable smart contract functionality.",
|
||||
<>
|
||||
Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the <a href='https://hooks-testnet.xrpl-labs.com/' target='_blank'>hooks amendment and public testnet</a> that enable smart contract functionality.,
|
||||
</>,
|
||||
href: 'https://hooks-testnet.xrpl-labs.com/',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user