@goat-sdk/plugin-ens
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

ENS GOAT Plugin

Resolve ENS names to addresses.

Installation

npm install @goat-sdk/plugin-ens
yarn add @goat-sdk/plugin-ens
pnpm add @goat-sdk/plugin-ens

Usage

import { ens } from "@goat-sdk/plugin-ens";

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
        ens({
            provider: // Your provider url
        })
    ]
});

Tools

  1. Get address from ENS name


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-ens

Homepage

ohmygoat.dev

Weekly Downloads

9

Version

0.1.4

License

MIT

Unpacked Size

11.5 kB

Total Files

24

Last publish

Collaborators

  • aigustin
  • mpaella