Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 7c55026

Browse files
committed
docs: consolidate demo evidence references
1 parent c8c9f28 commit 7c55026

4 files changed

Lines changed: 7 additions & 107 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,10 @@
1919
<img alt="License MIT" src="https://img.shields.io/badge/License-MIT-f1c40f">
2020
<img alt="Chains Ethereum Sepolia + Base Sepolia" src="https://img.shields.io/badge/Chains-Ethereum%20Sepolia%20%2B%20Base%20Sepolia-2980b9">
2121
<img alt="Reactive Network Lasna" src="https://img.shields.io/badge/Reactive-Lasna-8e44ad">
22-
<img alt="Safe approval firewall" src="https://img.shields.io/badge/Safe-approval%20firewall-27ae60">
22+
<img alt="Safe Smart Wallet" src="https://img.shields.io/badge/Safe-approval%20firewall-27ae60">
2323
<img alt="Frontend Next.js" src="https://img.shields.io/badge/Frontend-Next.js-111111">
2424
</p>
2525

26-
<p align="center">
27-
<img alt="Demo same address Safe" src="https://img.shields.io/badge/Demo-Same--address%20Safe-34495e">
28-
<img alt="Recovery manual and automatic" src="https://img.shields.io/badge/Recovery-manual%20%2B%20automatic-e67e22">
29-
<img alt="Execution Reactive + Safe" src="https://img.shields.io/badge/Execution-Reactive%20%2B%20Safe-16a085">
30-
</p>
31-
3226
<p>
3327
Nulla is a cross-chain approval firewall for Safe. It uses a single Reactive contract on Lasna to watch risky approval activity across Ethereum Sepolia and Base Sepolia, revoke the approval on the source chain, and push the peer chain into Shield Mode.
3428
</p>
@@ -40,7 +34,6 @@
4034
- 🚀 [English Demo Guide](./docs/from-zero-to-dual-chain-demo.en.md)
4135
- 🇨🇳 [中文双链测试流程](./docs/from-zero-to-dual-chain-demo.md)
4236
- 🎯 [Hackathon Final Submission](./deployments/hackathon-final-submit.md)
43-
- 🧾 [Demo Evidence](./deployments/demo-evidence.md)
4437

4538
## Table of Contents
4639

@@ -82,8 +75,8 @@
8275
## Local Commands
8376

8477
```bash
85-
rtk forge build
86-
rtk forge test -vvv
87-
cd web && rtk npm run typecheck
88-
cd web && rtk npm run build
78+
forge build
79+
forge test -vvv
80+
cd web && npm run typecheck
81+
cd web && npm run build
8982
```

deployments/demo-evidence.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/from-zero-to-dual-chain-demo.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Or update manually:
688688
- `web/.env.local`
689689
- `deployments/nulla-demo.json`
690690
- `deployments/summary.md`
691-
- `deployments/demo-evidence.md`
691+
- `deployments/hackathon-final-submit.md`
692692

693693
## 18. Key Lessons
694694

docs/from-zero-to-dual-chain-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ forge script script/ExportDeploymentManifest.s.sol:ExportDeploymentManifest --rp
674674
- `web/.env.local`
675675
- `deployments/nulla-demo.json`
676676
- `deployments/summary.md`
677-
- `deployments/demo-evidence.md`
677+
- `deployments/hackathon-final-submit.md`
678678
679679
## 18. 关键经验
680680

0 commit comments

Comments
 (0)