1.0.4 • Published 7 months ago

@goat-sdk/plugin-zilliqa v1.0.4

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

Zilliqa GOAT plugin

Provides various useful actions for interacting with the Zilliqa blockchain and services running on top of it.

Installation

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

Usage

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

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [zilliqa()],
});

Tools

  • Convert an EVM address to a Zilliqa address
  • Convert a Zilliqa address to an EVM address
  • Transfer ZIL from an EVM address to a Zilliqa address
  • Transfer ZIL from a Zilliqa address to an EVM address
  • Get the balance of a Zilliqa address
1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago