Skip to content

Commit

Permalink
Update README.md with compile instructions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-g-j authored Feb 6, 2024
1 parent 79ade72 commit c7429cf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Account Abstraction Snap

This repository contains a simple example of a keyring snap.
This repository contains a simple example of an account abstraction keyring snap.

Keyring snaps enable developers to enhance MetaMask by adding new account
types. These accounts are natively supported within the extension, appearing in
Expand All @@ -23,7 +23,17 @@ template](https://github.com/MetaMask/template-snap-monorepo/generate) and
setup the development environment:

```shell
yarn install && yarn start
yarn install
```

compile types
```shell
cd packages/snap && yarn compile
```

start the application (cd back into root of repository)
```shell
yarn start
```

## Cloning
Expand Down

0 comments on commit c7429cf

Please sign in to comment.