Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wallet guard usecases #38

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions docs/src/components/products/lighthouse/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,19 @@ export const lighthouse = {
},
{
title: 'Memory',
links: [{ title: 'Memory Write', href: '/memory/write' }],
},
{
title: 'Use Cases - Wallet Guard',
links: [
{ title: 'Memory Write', href: '/memory/write' },
// { title: 'Memory Close', href: '/memory/close' },
{
title: 'Simulation Analysis',
href: '/wallet-guard/simulation-analysis',
},
{
title: 'Preventing Common Attacks',
href: '/wallet-guard/preventing-common-attacks',
},
],
},
],
Expand Down
7 changes: 7 additions & 0 deletions docs/src/pages/wallet-guard/preventing-common-attacks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Preventing Common Attacks
metaTitle: Lighthouse - Preventing Common Attacks
description: Preventing Common Wallet Attacks with Lighthouse.
---

## Summary
11 changes: 11 additions & 0 deletions docs/src/pages/wallet-guard/simulation-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Simulation Analysis
metaTitle: Lighthouse - Simulation Analysis
description: Constructing lighthouse assertions via simulation analysis.
---

## Summary

### Basic Strategy

- Simulation the base transaction.