1.0.2 • Published 7 months ago
@celestials-id/celestials-snap v1.0.2
celestials.id
Celestials are modular usernames that natively simplify how users and developers interact with and across different networks with Celestia underneath and beyond.
About
This is a repository for the Celestials MetaMask snap which adds a onNameLookup to handle incoming name lookup requests from the MetaMask client.
Celestials Snap Development and Testing
- Install MetaMask Flask: https://chromewebstore.google.com/detail/metamask-flask-developmen/ljfoeinjpaedjfecbmggjgodbgkmjkjk
- Clone repository:
git clone git@github.com:celestials-id/celestials-snap.git - Install dependencies:
npm i - Run snap in the development mode:
npx mm-snap watch - Navigate to any window in Chrome and run the following in the console:
window.ethereum.request({
"method": "wallet_requestSnaps",
"params": {
"local:http://localhost:8080": {}
}
})