Skip to content

@lazysuperheroes NPM Packages: The Full Toolkit

Published by the Lazy Superheroes team


Almost everything we build is open source and published under the @lazysuperheroes scope on npm. Below is the complete catalog — 16 packages covering minting, staking, trading, lotteries, governance, multisig operations, and contract verification, all built for Hedera.

Install any package with:

bash
npm install @lazysuperheroes/<package-name>

Versions are live

Every version badge below reads directly from the npm registry, so this page cannot go stale. Click any package name for its full README and changelog.


NFT Minting Suite

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

PackageVersionDescription
hedera-minter-contractsnpmABIs and Solidity sources for the minter family — MinterContract, SoulboundMinter, ForeverMinter, SoulboundBadgeMinter, EditionWithPrize — plus supporting HTS helpers. Zero runtime dependencies.
hedera-minter-sdknpmUtility modules for deploying, querying, and interacting with minter contracts. Contract execution, mirror node queries, gas estimation, transaction parsing.
hedera-minter-clinpmThe hedera-mint CLI for deploying and managing every minting contract type. Supports --json output and --no-input mode for automation.

Repository: github.com/lazysuperheroes/hedera-SC-minter · CLI binary: hedera-mint

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

Marketplace

PackageVersionDescription
marketplace-sdknpmTypeScript SDK for the LazySecureTrade marketplace stack — LazySecureTrade, BidderContractFactory, EnglishAuction, VIPSubscription, LazyRebatePool, LSHRebateMultipliers, plus the LazyGasStation ABI for revert decoding.

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

Deployment status

LazySecureTrade is live on mainnet at 0.0.7540226. The wider stack shipped in this SDK — bidding, auctions, subscriptions and rebates — is currently deployed to testnet. Mainnet IDs will be published on the Contracts & Tokens page as they go live.


NFT Farming & Staking

PackageVersionDescription
farming-sdknpmTypeScript SDK for NFT farming and staking on Hedera. Query staking state, calculate rewards, and interact with farming contracts programmatically.
farming-clinpmRead-only CLI for querying farming and staking contracts. Check staked NFTs, pending rewards, and farm configuration.

Repository: github.com/lazysuperheroes/hedera-SC-LAZY-Farms · CLI binary: lazy-farm

The mainnet contracts behind these packages — staking, mission factory, boost manager, PRNG — are listed with their IDs on Contracts & Tokens.


Token Infrastructure

PackageVersionDescription
hedera-ft-scnpmHedera Fungible Token Smart Contract Treasury — the no-keys SC treasury pattern that makes a token immutable. This is what secures $LAZY.
lazy-tokenswap-contractsnpmABIs and TypeScript types for Lazy Token Swap smart contracts. Peer-to-peer NFT and token swaps with on-chain escrow.

Repositories:


Lottery

PackageVersionDescription
lazy-lottonpmLazyLotto 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 · CLI binary: lazy-lotto · Status: live on mainnet — see Contracts & Tokens

There is also lazylotto-agent, an agent framework for playing the Lazy Lotto contracts programmatically.


Governance

PackageVersionDescription
lazy-voternpmNFT-based on-chain voting for Hedera with delegation support. Snapshot-based eligibility, configurable quorum and voting windows, yes/no/abstain votes, paginated analytics, and owner controls (pause, serial management, HBAR withdrawal).

Repository: github.com/lazysuperheroes/hedera-SC-LazyVoter · CLI binary: lazyvote


Multi-Signature Transactions

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

Repository: github.com/lazysuperheroes/hedera-multisig · CLI binaries: hedera-multisig, multisig

This is the tooling behind the 2-of-3 threshold key that controls the Smart Contract Treasury.


Faucets

PackageVersionDescription
fungible-faucetnpmHedera fungible token faucet suite — a simple open faucet, an NFT batch faucet, and a gamified NFT faucet with cooldowns and balance scaling.

Repository: github.com/lazysuperheroes/hedera-SC-LAZY-Faucet — note the package's own metadata points at a personal account, which is wrong; the repository is in the org.


Developer Tooling

PackageVersionDescription
hedera-verifynpmVerify Hedera smart contracts on Sourcify (V2 API) — engine, CLI, deploy hook, and EIP-1167 clone resolution. Nothing Lazy-specific; usable by any Hedera project.
hedera-nft-utilsnpmNFT migration and utility toolkit. Migrate NFTs from mainnet to testnet, sweep HBAR across accounts. Essential for testing workflows.

Repositories:

We used hedera-verify to source-verify our own mainnet contracts — see Contracts & Tokens.


NFT Data & Storage

PackageVersionDescription
nft-static-datanpmNFT static metadata uploader. Scrape, pin, and serve NFT metadata via IPFS/Filebase for the Lazy dApp and SecureTrade Marketplace. Ships six CLI binaries.
token-graveyardnpmPermanent NFT storage contract for Hedera with royalty bypass. Send unwanted NFTs to the graveyard — a verifiable, on-chain dead letter box. Live on mainnet at 0.0.10583846.

Repositories:


Common Themes

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

  • Open source — source is published with the package and, for all but one, in a public repository
  • Hedera native — built for HTS, not adapted from Ethereum patterns
  • Verifiable — deployed contract logic is on-chain and confirmable on HashScan and Sourcify
  • CLI-first — admin operations are scriptable and automatable, not locked behind a UI


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

Digital art only. Nothing here is financial advice or a guarantee of income. Brand assets are available under the Brand & Media Kit.