Skip to content

Steemhunt

Utility

Verified Builder
ShippingLast ship 1d ago

Latest ship

Active development: 2 commits across 1 contributor

Code ActivitySource linked

2 active day(s) in Steemhunt/lptoken-contracts.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 8 commits across 1 contributor

    Code ActivitySource linked

    3 active day(s) in Steemhunt/mint.club-v2-sdk.

    View evidence
  2. Active development: 13 commits across 1 contributor

    Code ActivitySource linked

    3 active day(s) in Steemhunt/mint.club-v2-contract.

    View evidence
  3. Active development: 1 commit across 1 contributor

    Code ActivitySource linked

    1 active day(s) in Steemhunt/lptoken-contracts.

    View evidence
  4. Mint Club V2 AI Tools v2.0.1

    Github ReleaseSource verified

    Packages - @mint.club/[email protected] - @mint.club/[email protected] - @mint.club/[email protected] Transaction safety - CLI financial writes now require explicit --yes; token creation retains its interactive confirmation flow. - MCP write tools now require an explicit chain, explicit assets, and confirm: true, while authorization remains under the MCP host's destructive-tool approval. - ElizaOS writes now require a strict affirmative original-user Confirm: statement that binds the chain and every effective financial limit. - Removed private-key import through command arguments,

    View evidence
  5. Mint Club V2 AI Tools v2.0.0

    Github ReleaseSource verified

    Packages - @mint.club/[email protected] - @mint.club/[email protected] - @mint.club/[email protected] Highlights - Expanded Mint Club V2 reads, Bond transactions, token creation, transfers, pricing, and wallet balances from Base to ten mainnets and two testnets. - Added MCV2_ZapV2 routed buys and sells on every supported chain, with local RPC-only Uniswap V2, V3, and V4 route discovery. - Added direct and single-intermediary route candidates, deterministic best-output selection, and native currency, ERC-20, and ERC-1155 Mint Club token support where applicable. - Added shared chain met

    View evidence
  6. Active development: 18 commits across 2 contributors

    Code ActivitySource linked

    4 active day(s) in Steemhunt/mint.club-v2-ai.

    View evidence
  7. Active development: 5 commits across 1 contributor

    Code ActivitySource linked

    2 active day(s) in Steemhunt/mint.club-v2-sdk.

    View evidence
  8. Active development: 12 commits across 1 contributor

    Code ActivitySource linked

    2 active day(s) in Steemhunt/mint.club-v2-contract.

    View evidence
  9. v1.4.2: Smart Swap

    Github ReleaseSource verified

    Smart Swap mc swap now automatically picks the optimal execution method: | Input → Output | Method | Example | |---|---|---| | HUNT → SIGNET | Direct BUY (bonding curve) | Reserve is HUNT, no swap needed | | ETH → SIGNET | ZAP BUY (swap ETH→HUNT, then bond) | Auto-routes through Uniswap | | SIGNET → HUNT | Direct SELL (bonding curve) | Burn for reserve directly | | SIGNET → ETH | ZAP SELL (burn to HUNT, swap→ETH) | Auto-routes through Uniswap | | ETH → HUNT | Uniswap swap (V3/V4) | Neither is MC token | One command handles everything: mc swap -i ETH -o SIGNET -

    View evidence
  10. v1.4.1: mc swap command (V3+V4)

    Github ReleaseSource verified

    What's New mc swap — Direct Uniswap token swaps Swap any token pair via Uniswap, outside of Mint Club bonding curves. mc swap -i ETH -o HUNT -a 0.001 Buy HUNT with ETH mc swap -i HUNT -o USDC -a 100 Sell HUNT for USDC mc swap -i USDC -o ETH -a 50 -s 0.5 Custom slippage (0.5%) Features: - Auto-routes across V3 fee tiers (0.01%, 0.05%, 0.3%, 1%) + 1-hop through WETH/USDC - V4 pool support (known pools like ETH/HUNT with fee=49) - Picks the best output across all V3 and V4 routes - Handles ETH wrapping/unwrapping automatically - Configurable slippage tolerance (defa

    View evidence
  11. v1.4.0 — Symbol Resolution & Human-Readable Output

    Github ReleaseSource verified

    ✨ Token Symbol Resolution Use token symbols instead of addresses: mc zap-buy 0xTokenAddr -i USDC -a 10 use "USDC" instead of address mc zap-buy 0xTokenAddr -i ETH -a 0.01 ETH works too mc send 0xRecipient -a 100 -t HUNT send by symbol Known symbols: ETH, WETH, USDC, HUNT, MT — or use any 0x address. 🏷️ Human-Readable Output All commands now show token symbols instead of "token" / "reserve": 🛒 Buying 100 SIGNET... Cost: 119.52 + 0.36 royalty = 119.88 HUNT ✅ Bought 100 SIGNET for 119.88 HUNT 🔥 Selling 1000 H1... Refund: 0.034 - 0.001 royalty = 0.033

    View evidence
  12. v1.3.7 — Fix Missing ERC20 Approvals

    Github ReleaseSource verified

    🐛 Critical Bug Fix All transaction commands (buy, sell, zap-buy, zap-sell) were missing ERC20 approval steps, causing reverts on first use. Fixed: CLI now auto-checks allowance and approves (max uint256) before any transaction that requires token spending: - mc sell — approves MC token for Bond contract - mc buy — approves reserve token for Bond contract - mc zap-buy — approves input token for ZapV2 contract - mc zap-sell — approves MC token for ZapV2 contract Approval is skipped if allowance is already sufficient, and skipped for ETH inputs. mc upgrade

    View evidence
  13. v1.3.6

    Github ReleaseSource verified

    Remove unnecessary migration code in tokens.json loader.

    View evidence
  14. v1.3.5 — Tests & Bug Fixes

    Github ReleaseSource verified

    🪙 Mint Club CLI v1.3.5 🧪 Comprehensive Integration Tests 53 tests against forked Base mainnet, running in ~3 seconds: - Swap Utils — V3 path encoding, command bytes, CLI path parsing - Contract Reads — Bond info, pricing, steps, supply, creation fee - 1inch Spot Price — ETH, HUNT, USDC rate queries - Swap Route Finding — auto-routing through WETH/USDC/USDbC - Simulated Transactions — buy/sell cost, spread verification - Token Tracking — save/load/dedup - Format Utils — fmt, parse, shortAddr, txUrl, parseSteps - Config — address validation, chain val

    View evidence
  15. v1.3.4 — USD Pricing & Token Tracking

    Github ReleaseSource verified

    🪙 Mint Club CLI v1.3.4 ✨ New Features 💱 mc price command Get real-time token pricing — reserve value and USD — powered by the bonding curve + 1inch Spot Price Aggregator. $ mc price 0xDF2B...79c9 💱 SIGNET (0xDF2B...79c9) Price: 1.170000 HUNT Price (USD): $0.0061 Reserve: 126,819.23 HUNT (~$660.34) Market Cap: ~$3,159.60 👛 USD values in mc wallet Every balance now shows its USD equivalent, with a portfolio total: 💰 Balances on Base: ETH: 0.008749 (~$17.13) HUNT: 1,000.00 (~$5.20) 🪙 Mint Club Tokens: SIGNET: 500.00 (~$2.93) 💵 Total: ~$2

    View evidence

Research notes

Written by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on Steemhunt yet.

    Know something about Steemhunt? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.

    Sources