1.0.1 • Published 3 years ago

@fetcch/resolve-names v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Fetcch Resolve Names

Resolve various DIDs like .eth, .sol, .arb, .bnb, .apt, @kana and many more using a single SDK

Installation

Install @fetcch/resolve-names with package manager

  NPM
  npm install @fetcch/resolve-names
  
  YARN
  yarn add @fetcch/resolve-names

  PNPM
  pnpm i @fetcch/resolve-names

Usage

Resolve Name

import { Resolve } from "@fetcch/resolve-names"

const resolver = new Resolve({
  eth: "ETHEREUM_RPC_URL",
  pol: "POLYGON_RPC_URL",
  ...
  sol: "SOLANA_RPC_URL"
})

const id = await resolver.resolve("satyam@kana")

// OR

const id = await resolver.resolve("satyam.eth")

License

MIT

Links

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago