freename-resolution-snap
Version:
MetaMask snap for resolving domains to addresses, offered by Freename.io web3 resolver
21 lines (13 loc) • 504 B
Markdown
# 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`.