DotSei
DotSeiJs - A Javascript Library To Resolve Names On Sei Blockchain
Overview of the SDK
Installation
Getting Started
Initalize CosmWasmClient from @sei-js/core
Setup
exports
DotSei Interface
Returns a Name Object, that allows you to make record queries.
Returns a Resolver Object, allowing you to query names from this specific resolver. Most useful when querying a different resolver that is different than is currently recorded on the registry. E.g. migrating to a new resolver
Returns the reverse record for a particular Sei address.
Name Interface
Returns the owner/controller for the current DotSei name.
Returns the resolver for the current DotSei name.
Returns the address for the current DotSei name.
Returns the url of NFT PFP for the current DotSei name.
Resolver Interface
Returns a Name Object that hardcodes the resolver
Last updated