Skip to content

@lazysuperheroes NPM Packages: The Full Toolkit ​

Published by the Lazy Superheroes team


Everything we build is open source and published under the @lazysuperheroes scope on npm. Below is the complete catalog of packages available today -- tools for minting, staking, trading, multisig operations, and more, all built for Hedera.

Install any package with:

bash
npm install @lazysuperheroes/<package-name>

NFT Minting Suite ​

Three packages that cover the full lifecycle of NFT minting on Hedera -- from contract ABIs to SDK utilities to a complete CLI.

PackageVersionDescription
@lazysuperheroes/hedera-minter-contracts1.0.0ABIs and Solidity sources for 10 minting contracts (MinterContract, SoulboundMinter, ForeverMinter, SoulboundBadgeMinter, EditionWithPrize, and supporting contracts). Zero runtime dependencies.
@lazysuperheroes/hedera-minter-sdk1.0.0Utility modules for deploying, querying, and interacting with minter contracts. Includes contract execution, mirror node queries, gas estimation, and transaction parsing.
@lazysuperheroes/hedera-minter-cli1.0.0The hedera-mint CLI with 85+ commands for deploying and managing all minting contract types. Supports --json output and --no-input mode for automation.

Repository: github.com/lazysuperheroes/hedera-SC-minter

bash
# Install the CLI globally
npm install -g @lazysuperheroes/hedera-minter-cli
hedera-mint --help

# Or use the SDK in your project
npm install @lazysuperheroes/hedera-minter-sdk @lazysuperheroes/hedera-minter-contracts

NFT Farming & Staking ​

PackageVersionDescription
@lazysuperheroes/farming-sdk1.0.0TypeScript SDK for NFT farming and staking on Hedera. Query staking state, calculate rewards, and interact with farming contracts programmatically.
@lazysuperheroes/farming-cli1.0.0Read-only CLI for querying farming and staking contracts. Check staked NFTs, pending rewards, and farm configuration.

Repository: github.com/lazysuperheroes/hedera-SC-LAZY-Farms


Token Swap ​

PackageVersionDescription
@lazysuperheroes/lazy-tokenswap-contracts2.0.0ABIs and TypeScript types for Lazy Token Swap smart contracts. Enables peer-to-peer NFT and token swaps on Hedera with on-chain escrow.

Repository: github.com/lazysuperheroes/hedera-SC-LAZY-tokenswap


Lottery ​

PackageVersionDescription
@lazysuperheroes/lazy-lotto1.0.0LazyLotto and LazyTradeLotto lottery systems on Hedera. ABIs and CLI tools for on-chain lottery management with verifiable random winner selection.

Repository: github.com/lazysuperheroes/hedera-SC-lazy-lotto


Multi-Signature Transactions ​

PackageVersionDescription
@lazysuperheroes/hedera-multisig1.2.2Production-grade M-of-N multi-signature transaction management for Hedera. Supports WalletConnect browser dApp, encrypted key storage, air-gapped/offline signing, hardware wallets, and comprehensive audit logging.

Repository: github.com/lazysuperheroes/hedera-multisig


NFT Utilities ​

PackageVersionDescription
@lazysuperheroes/hedera-nft-utils2.0.0NFT migration and utility toolkit. Migrate NFTs from mainnet to testnet, sweep HBAR across accounts, and more. Essential for testing and development workflows.
@lazysuperheroes/nft-static-data1.0.1NFT static metadata uploader. Scrape, pin, and serve NFT metadata via IPFS/Filebase for the Lazy dApp and SecureTrade Marketplace.
@lazysuperheroes/token-graveyard2.1.2Permanent NFT storage contract for Hedera with royalty bypass capabilities. Send unwanted NFTs to the graveyard -- a verifiable, on-chain dead letter box.

Repositories:


Common Themes ​

Every package in the @lazysuperheroes scope shares the same principles:

  • Open source -- every line of code is readable, forkable, and auditable
  • Hedera native -- built for HTS, not adapted from Ethereum patterns
  • Verifiable -- smart contract logic is on-chain and can be confirmed on HashScan
  • CLI-first -- admin operations are scriptable and automatable, not locked behind a UI


All packages are maintained by the Lazy Superheroes team. Published under the @lazysuperheroes npm scope.