1.0.2 • Published 7 months ago

@celestials-id/celestials-snap v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

  1. Install MetaMask Flask: https://chromewebstore.google.com/detail/metamask-flask-developmen/ljfoeinjpaedjfecbmggjgodbgkmjkjk
  2. Clone repository: git clone git@github.com:celestials-id/celestials-snap.git
  3. Install dependencies: npm i
  4. Run snap in the development mode: npx mm-snap watch
  5. Navigate to any window in Chrome and run the following in the console:
window.ethereum.request({
    "method": "wallet_requestSnaps",
    "params": {
        "local:http://localhost:8080": {}
    }
})
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago