diff --git a/pages/index.js b/pages/index.js index 3a67599..a982bc1 100644 --- a/pages/index.js +++ b/pages/index.js @@ -6,7 +6,6 @@ import { shuffled } from 'ethers/lib/utils'; import styles from '../styles/Home.module.css'; import Header from '../components/Header'; import waxGreenLogo from '../public/waxGreenLogo.png'; -import FeatureCard from '../components/FeatureCard'; import TeamMember from '../components/TeamMember'; export default function Home() { @@ -71,22 +70,22 @@ export default function Home() {
-

Why WAX (formerly BLS Wallet)

+

Why WAX

- Using cryptographic primitives in a meaningful way can - be as hard as finding them in the first place. Research - and development of such primitives is even harder. - WAX integrates components developed by PSE, to - empower wallets, dapps and SDKs to readily improve - the experience of Ethereum account-holders. + Using cryptographic primitives in smart accounts can be + as hard as finding them in the first place. Research and + development of such primitives is even harder. WAX integrates + components developed by PSE for use in a 4337 smart account. + The goal is to empower wallets, dapps and SDKs more readily, + and thus improve the experience or Ethereum account-holders.

- For example, cheaper layer-2 transactions are unlocked - via use of proven signature schemes (BLS). Or better and - safer UX with choices in verification methods - using zero-knowledge proofs (coming soon). These - advantages can be brought into more products without - each entity doing their own R&D. + For example, cheaper layer-2 transactions are unlocked via use + of proven signature schemes (BLS) combined with calldata compression + strategies. Or better and safer UX with choices in verification + methods using zero-knowledge proofs (coming soon). These + advantages can be brought into more products without each + entity doing their own R&D.

@@ -95,60 +94,46 @@ export default function Home() {

How WAX works

- Cheaper transactions (and smart recovery) were achieved - by leveraging BLS Signature aggregation via: bespoke - smart contracts, client code, and a demo wallet extension - (formerly ‘BLS Wallet’). This was integrated as a prototype - into a popular L2 network. + With the advent of the ERC4337 Account Abstraction standard, + and development of novel zk verification methods from PSE + groups, WAX seeks to integrate and showcase novel examples. + Integration of verification primitives is done in a modular way, + initially using SAFE modules and plugin design, but we will + keep an eye on how AA modular standards like ERC6900 settle.

- With the advent of a new Account Abstraction standard (ERC4337), - and development of novel zk verification methods (from PSE), - the next version of smart contracts builds from a familiar/proven - contract foundation. On top of this we will be adding new - verification components to the existing BLS one, and showcasing - integrations for better ux for Ethereum account holders. These - Wallet Account eXperiments are WAX. + These Wallet Account eXperiments are WAX.

- At a higher level WAX components are brought together - in an easy-to-use node module, EthDK. + At a higher level these components are brought together in + an easy-to-use library, making it easier for others to understand and integrate.

{/* Feature section */} -

Key Features

-
- - - {' '} - - {' '} - - {' '} - -
+ +
+

AA capabilities being integrated

+ +
+

@@ -165,12 +150,6 @@ export default function Home() { picturePath="/jacob.png" key="jacob" />, - , ul { + padding-left: 20px; +} +