Package Exports
- @goat-sdk/plugin-zilliqa
- @goat-sdk/plugin-zilliqa/dist/index.js
- @goat-sdk/plugin-zilliqa/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@goat-sdk/plugin-zilliqa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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