<div align="center"> <a href="https://github.com/goat-sdk/goat">
npm install @goat-sdk/plugin-zilliqaProvides various useful actions for interacting with the Zilliqa blockchain and services running on top of it.
```
npm install @goat-sdk/plugin-zilliqa
yarn add @goat-sdk/plugin-zilliqa
pnpm add @goat-sdk/plugin-zilliqa
`typescript
import { zilliqa } from "@goat-sdk/plugin-zilliqa";
const tools = await getOnChainTools({
wallet: // ...
plugins: [zilliqa()],
});
``
- 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