Skip to content

Commit

Permalink
docs: update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
crustbuild committed Dec 19, 2023
1 parent d2f0cd1 commit 7b606a1
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 14 deletions.
6 changes: 2 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ export default function Home() {
Data Availability Sampling Mechanism
</div>
<div className={'text-sm mo:text-base mo:font-medium leading-7'}>
EthDA employs DAS to secure DA data storage, and derives security from Ethereum consensus by rolling-up storage
proofs to Ethereum for fraud proving and trustless finality
EthDA employs DAS to secure DA data storage, and derives security from Ethereum by verifying and settling state transitions on L1
</div>
</div>
</Popover.Content>
Expand Down Expand Up @@ -133,8 +132,7 @@ export default function Home() {
>
<div className={'text-[16px] font-medium mb-2'}>Data Availability Sampling Mechanism</div>
<div className={'text-sm leading-7'}>
EthDA employs DAS to secure DA data storage, and derives security from Ethereum consensus by rolling-up storage
proofs to Ethereum for fraud proving and trustless finality
EthDA employs DAS to secure DA data storage, and derives security from Ethereum by verifying and settling state transitions on L1
</div>
</div>
</Popover.Content>
Expand Down
8 changes: 4 additions & 4 deletions components/Competitive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ export const Competitive = () => {
</th>
<th>
<Image src={'/eth.svg'} alt={'ethda'} width={144} height={30} />
<div className={'text-[10px] mt-1 pl-7'}>(Pre-EIP4844)</div>
<div className={'text-[10px] mt-1 pl-7'}>(Post-EIP4844)</div>
</th>
</tr>
<tr>
<td>
<div className=' mo:w-[120px]'>Technology</div>
</td>
<td className='bg-[#F6E5DC] font-medium'>
<div className=' mo:w-[200px] '>Ethereum Rollup</div>
<div className=' mo:w-[200px] '>Ethereum L2</div>
</td>
<td>
<div className=' mo:w-[200px]'>Tendermint</div>
Expand Down Expand Up @@ -84,15 +84,15 @@ export const Competitive = () => {
<td>Fraud Proofs</td>
<td>Validity Proofs</td>
<td>Validity Proofs</td>
<td>Validity Proofs</td>
<td>N/A</td>
</tr>
<tr>
<td>Ability to scale</td>
<td className='bg-[#F6E5DC] font-medium'>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Yes</td>
</tr>
<tr>
<td>Cost</td>
Expand Down
4 changes: 2 additions & 2 deletions components/What.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export const What = () => {
)}
</div>
<div className={'desc flex flex-col gap-4 mo:text-base'}>
<div className={'dot-text'}>EthDA is running on a permissionless set of decentralized sequencers.</div>
<div className={'dot-text'}>EthDA is running with a permissionless set of decentralized sequencers.</div>
<div className={'dot-text'}>EthDA leverages DAS for blob sharding and permanent storage.</div>
<div className={'dot-text'}>
EthDA supports EIP-4844 blob-carrying transactions, serving as Data Availability for rollups and dStorage for DApps.
EthDA supports EIP-4844 blob-carrying transactions, serving as Data Availability for L2s and dStorage for DApps.
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions components/With.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export const With = () => {
>
<div className={'title mo:text-center mo:text-[28px]'}>With EthDA</div>
<div className='desc mb-8 just mo:text-base mo:text-center'>
With ETHDA, Ethereum's scalability is enhanced by extending its data availability and storage at layer2
With EthDA, Ethereum's scalability is enhanced by extending its data availability and storage at layer2
</div>
<div className='subtitle mb-6 mo:text-center'>
<span className={'text-[25px] mo:text-xl text-primary'}>Rollups</span> Leverage EthDA for Data Availability.
<span className={'text-[25px] mo:text-xl text-primary'}>L2s</span> Leverage EthDA for Data Availability.
</div>
<div className='flex gap-8 mo:flex-wrap mo:w-full'>
<div className={'w-[660px] mo:w-full'}>
Expand All @@ -35,7 +35,7 @@ export const With = () => {
<div className='screen-dot' />
</div>
<div className={'screen-content mo:text-base'}>
Rollups post compressed transaction data to EthDA via EIP-4844 blob-carrying transactions. EthDA employs DAS scheme to store
Optimistic rollups post compressed transaction data to EthDA via EIP-4844 blob-carrying transactions. EthDA employs DAS scheme to store
blobs among a decentralized sequencer network, and posts storage proofs to Ethereum L1. Rollups check storage proofs to validate
data storage, and download transaction data blobs from EthDA for fraud proving.
</div>
Expand Down
Loading

0 comments on commit 7b606a1

Please sign in to comment.