1.0.1 • Published 2 years ago

@fetcch/resolve-names v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago