npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

elizaos-plugin-sui

v0.1.8-alpha.12

Published

Core Sui blockchain plugin for Eliza OS that provides essential services and actions for token operations and wallet management.

Readme

@elizaos/plugin-sui

Core Sui blockchain plugin for Eliza OS that provides essential services and actions for token operations and wallet management.

Overview

This plugin provides functionality to:

  • Transfer SUI tokens between wallets
  • Query wallet balances and portfolio values
  • Track token prices and valuations
  • Manage wallet interactions with the Sui network

Installation

npm install @elizaos/plugin-sui

Configuration

The plugin requires the following environment variables:

SUI_PRIVATE_KEY=your_private_key
SUI_NETWORK=mainnet|testnet|devnet|localnet

Usage

Import and register the plugin in your Eliza configuration:

import { suiPlugin } from "@elizaos/plugin-sui";

export default {
    plugins: [suiPlugin],
    // ... other configuration
};

Features

Send Token

Transfer SUI tokens to another address:

// Example conversation
User: "Send 1 SUI to 0x4f2e63be8e7fe287836e29cde6f3d5cbc96eefd0c0e3f3747668faa2ae7324b0";
Assistant: "I'll send 1 SUI token now...";

Check Wallet Balance

Query wallet balance and portfolio value:

// Example conversation
User: "What's my wallet balance?";
Assistant: "Your wallet contains 10.5 SUI ($42.00 USD)...";

API Reference

Actions

  • SEND_TOKEN: Transfer SUI tokens to another address
  • TRANSFER_TOKEN: Alias for SEND_TOKEN
  • SEND_SUI: Alias for SEND_TOKEN
  • PAY: Alias for SEND_TOKEN

Providers

  • walletProvider: Manages wallet interactions with the Sui network, including balance queries and portfolio tracking

Development

Building

npm run build

Testing

npm run test

Dependencies

  • @mysten/sui: Core Sui blockchain interaction library
  • bignumber.js: Precise number handling
  • node-cache: Caching implementation
  • Other standard dependencies listed in package.json

Future Enhancements

The following features and improvements are planned for future releases:

  1. Transaction Management

    • Batch transaction processing
    • Transaction simulation
    • Gas optimization strategies
    • Custom transaction builders
    • Advanced error handling
  2. Wallet Integration

    • Multi-wallet support
    • Hardware wallet integration
    • Social recovery options
    • Account abstraction
    • Transaction history tracking
  3. Smart Contract Features

    • Contract deployment tools
    • Move module templates
    • Testing framework
    • Upgrade management
    • Security analysis
  4. Token Operations

    • Batch token transfers
    • NFT support enhancement
    • Token metadata handling
    • Custom token standards
    • Collection management
  5. Developer Tools

    • Enhanced debugging
    • CLI improvements
    • Documentation generator
    • Integration templates
    • Performance monitoring

We welcome community feedback and contributions to help prioritize these enhancements.

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for more information.

Credits

This plugin integrates with and builds upon several key technologies:

Special thanks to:

  • The Mysten Labs team for developing Sui
  • The Sui Developer community
  • The Sui SDK maintainers
  • The Eliza community for their contributions and feedback

For more information about Sui blockchain capabilities:

License

This plugin is part of the Eliza project. See the main project repository for license information.

Note

This plugin is under active development. While functional, we are continuously working on optimizing its performance and AI model interactions. Future updates will include improvements to:

  • Model response optimization
  • Processing efficiency
  • Integration patterns
  • Error handling