A decentralized application (dApp) that enables users to wrap TON tokens into WTON (Wrapped TON) and unwrap WTON back to TON tokens on Ethereum and Sepolia.
The dApp provides a simple interface to interact with the Tokamak Network's token wrapping contracts while maintaining security and ease of use.
Public Live Version: https://tokamak-network-unwrapper.vercel.app/
- Seamless wrapping of TON to WTON tokens
- Easy unwrapping of WTON back to TON tokens
- Real-time balance and transaction status updates
- Secure wallet connection and transaction signing
- Clean and intuitive user interface
- Connect your wallet to get started
- Select whether you want to wrap TON or unwrap WTON
- Enter the amount you wish to convert
- For wrapping TON, approve the contract to spend your tokens
- Confirm the transaction and wait for completion
- Node.js v18.17.0 or higher
- npm v10 or higher
- Metamask wallet installed in your browser
- Some ETH for gas fees on Ethereum or Sepolia network
- TON or WTON tokens to wrap/unwrap
- Clone the repository
- Copy
.env.example
to.env
and fill in the values - Run
npm install
- Run
npm run dev
- Visit
http://localhost:3000
NEXT_PUBLIC_MAINNET_RPC_URL
: The RPC URL for the Ethereum mainnetNEXT_PUBLIC_SEPOLIA_RPC_URL
: The RPC URL for the Sepolia testnet