mayowaobisesan/zama_bounty_track — explained in plain English
Analysis updated 2026-05-18
Claim free test tokens and convert them into encrypted, private balance tokens.
Decrypt and view the hidden balance of any confidential token you own.
Add new test token pairs to the registry by editing a config file, no deployment needed.
Explore how confidential token wrapping works on a safe test network before using real funds.
| mayowaobisesan/zama_bounty_track | 0xradioac7iv/tempfs | 52191314/web-agent-proxy-sdk | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a wallet connected to the Sepolia test network and npm to run locally.
Wrap Shield is a web app built on top of a blockchain project called Zama, which lets people work with cryptocurrency tokens whose balances stay private. Normally on a blockchain anyone can see how many tokens are in a wallet, but Zama's encrypted token standard hides that amount from everyone except the owner. This app makes that system usable by giving people a browsable list of token pairs and buttons to convert between the normal, visible version of a token and its private, encrypted version. The app runs on a test network called Sepolia, which is a safe practice version of Ethereum that uses fake money, so nothing here involves real funds. Users can claim free test tokens from a faucet, then wrap them into the private version, or unwrap private tokens back into the regular kind. To see the actual balance of a private token, the owner has to sign a request proving they own the wallet, which then reveals the hidden number just to them. The list of available token pairs comes primarily from a smart contract that already exists on the network, but the app also lets a developer add extra pairs by editing a configuration file, without needing to publish anything new to the blockchain. This makes it easy to test new tokens locally before they are officially registered. The app is built with React Router for its interface, along with libraries called wagmi and viem for talking to the blockchain, and Zama's own software kit for handling the encryption and decryption steps. Styling uses Tailwind CSS and a component library called shadcn UI, and the whole thing is deployed on Vercel. Getting it running locally just requires installing dependencies with npm and starting a development server.
A web app for wrapping and unwrapping crypto tokens into private, encrypted versions on a test blockchain network, built on Zama's confidential token standard.
Mainly TypeScript. The stack also includes TypeScript, React Router, wagmi.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.