This repository is a sample Clusters snap implementation used for resolving addresses in Metamask's send functionality.
To interact with this snap, you will need to install MetaMask Flask, a canary distribution for developers that provides access to upcoming features.
yarn install && yarn start
Run yarn test
to run the tests once.
Run yarn lint
to run the linter, or run yarn lint:fix
to run the linter and
fix any automatically fixable issues.