-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from aguzmant103/add/p256
Adding P256 project
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import { ProjectInterface } from "@/lib/types" | ||
|
||
const description = ` | ||
P256 is an ERC-4337 smart contract wallet that leverages zk-SNARKs for WebAuthn and P-256 signature verification. It aims to simplify Ethereum transactions by incorporating familiar authentication methods like touchID and faceID. The project addresses the challenges of seed phrase management and leverages the biometric capabilities of billions of cellphones to create a more user-friendly crypto experience. Technically, it is an end-to-end ERC-4337 smart contract wallet that verifies ZK proofs of Passkey signatures using the Halo2 proving system. | ||
` | ||
|
||
export const p256: ProjectInterface = { | ||
id: "p256", | ||
projectStatus: "active", | ||
image: "", | ||
name: "P256", | ||
tldr: "Smart contract wallet enabling transactions through familiar flows like touchID, faceID, WebAuth, and Passkeys.", | ||
description, | ||
links: { | ||
website: "https://www.p256wallet.org/", | ||
github: "https://github.com/zkwebauthn", | ||
}, | ||
tags: { | ||
keywords: [ | ||
"Toolkits", | ||
"Infrastructure/protocol", | ||
"User Experience", | ||
"Key management", | ||
"Wallets", | ||
"Account Abstraction", | ||
], | ||
themes: ["build"], | ||
types: ["Legos/dev tools"], | ||
builtWith: ["halo2"], | ||
}, | ||
} |
5fd890a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
website-v2-production – ./
website-v2-production-privacy-and-scaling-explorations.vercel.app
appliedzkp.org
website-v2-production-git-main-privacy-and-scaling-explorations.vercel.app
www.appliedzkp.org