Skip to content

Commit 88716ca

Browse files
committed
chore: add usage
1 parent 81cffbd commit 88716ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ The Registry aims to solve this concern by providing a means of verifying the le
2222
security of independently built smart account modules for installation and use across any integrated
2323
smart account. It allows entities to attest to statements about modules and smart accounts to query these at module nstallation and/or execution time. The Registry is a Singleton that is free, open and permissionless. It also serves as the reference implementation for [ERC-7484](https://eips.ethereum.org/EIPS/eip-7484).
2424

25+
## Usage
26+
27+
## Installation
28+
29+
```bash
30+
pnpm install
31+
```
32+
33+
## Testing
34+
35+
```bash
36+
pnpm test
37+
```
38+
2539
## Core Concepts
2640

2741
### Attestations

0 commit comments

Comments
 (0)