# Freename Resolution Snap

Metamask Snap implmentation of the Freename Resolution API.
Installing this snap adds to Metamask the ability to resolve domains across many providers (Freename, ENS, Unstoppable domains, etc) to their respective onchain addresses.

## Local development

Start by installing the dependencies:

```bash
yarn install
```

Then, you can start the development server:

```bash
yarn start
```

The snap then will be available locally with the snapID `local:http://localhost:8080`.
