git404hub

what is whbar-unwrapper fr?

led-boo/whbar-unwrapper — explained in plain English

Analysis updated 2026-05-18

0CSSAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A self-hosted web app that converts wrapped WHBAR tokens back into native HBAR on the Hedera network, one to one.

vibe map

mindmap
  root((WHBAR Unwrapper))
    What it does
      Converts WHBAR to HBAR
      Fixed 1 to 1 rate
      Two step transaction
    Tech stack
      TypeScript
      Vite build
      Hedera SDK
    Use cases
      Unwrap tokens in browser
      Self host static site
      Deploy to Netlify
    Audience
      Hedera wallet users
    Notes
      No backend or database
      Keys stay in wallet

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Unwrap WHBAR tokens back into native HBAR through a browser wallet connection.

VIBE 2

Self-host a small client-side app for a specific Hedera contract interaction.

VIBE 3

Learn how a two-step allowance-then-call pattern works with smart contracts.

VIBE 4

Deploy a static crypto utility site to Netlify or a similar host with no backend.

what's the stack?

TypeScriptViteHedera SDKCSSWalletConnect

how it stacks up fr

led-boo/whbar-unwrapper0verflowme/alarm-clockagg23/csse333project
Stars0
LanguageCSSCSSCSS
Last pushed2022-10-032018-01-21
MaintenanceDormantDormant
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires a free WalletConnect project ID and a Hedera wallet like HashPack before first use.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

WHBAR Unwrapper is a small self-hostable web app for converting WHBAR back into native HBAR on the Hedera network, at a fixed 1:1 rate. WHBAR is a wrapped version of HBAR, and this tool exists to reverse that wrapping so the coins arrive directly in your wallet again. Using it is simple: you connect a Hedera wallet, type in an amount, and approve two transactions. The first grants a smart contract permission to spend exactly that amount of WHBAR, never more. The second calls a function on that same contract, which redeems the WHBAR and sends native HBAR back to your account. Both steps happen through SaucerSwap's publicly documented WhbarHelper contract, though this project itself is not affiliated with SaucerSwap. Wallet connections work through the WalletConnect standard, so wallets like HashPack are supported, and account balances are read from Hedera's public mirror node. The app is built with plain TypeScript and no front end framework, using Vite as the build tool and the official Hedera JavaScript SDK to construct transactions. Styling is handled with a single plain CSS file. Running it locally just takes an npm install and npm run dev, after setting a WalletConnect project ID and choosing mainnet or testnet in a small config block. It can be built into a static site and hosted anywhere, and a Netlify config file is already included for one click deployment there or on similar services. Everything runs entirely in the browser. There is no backend server and no database, so transactions are built and signed locally in the user's own wallet, and private keys never leave it. The README includes a lengthy disclaimer making clear that use is at your own risk, since blockchain transactions cannot be reversed and the authors accept no liability for lost funds. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Help me run WHBAR Unwrapper locally and set my WalletConnect project ID.
prompt 2
Explain the two-transaction flow this app uses to unwrap WHBAR into HBAR.
prompt 3
Walk me through deploying this app's dist folder to Netlify.
prompt 4
Show me how the app reads balances from the Hedera mirror node.

Frequently asked questions

what is whbar-unwrapper fr?

A self-hosted web app that converts wrapped WHBAR tokens back into native HBAR on the Hedera network, one to one.

What language is whbar-unwrapper written in?

Mainly CSS. The stack also includes TypeScript, Vite, Hedera SDK.

What license does whbar-unwrapper use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is whbar-unwrapper to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is whbar-unwrapper for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.