Skip to content

Commit

Permalink
- update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardevertz committed Jun 4, 2024
1 parent 510bc4f commit 4e3dfa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

This snap can be used to resolve several naming services in the sending input field of your MetaMask wallet.

It supports resolution of

1. IDriss
2. Farcaster names
3. Lens handles
4. Unstoppable Domains
5. ENS domains on networks other than Ethereum Mainnet

## Testing

The snap comes with some basic tests, to demonstrate how to write tests for
snaps. To test the snap, run `yarn test` in this directory. This will use
The snap comes with some basic tests, to demonstrate a happy and failing path for each resolution service.
To test the snap, run `yarn test` in this directory. This will use
[`@metamask/snaps-jest`](https://github.com/MetaMask/snaps/tree/main/packages/snaps-jest)
to run the tests in `src/index.test.ts`.

0 comments on commit 4e3dfa7

Please # to comment.