Files
smom-dbis-138/frontend-dapp
defiQUG 1511f33857 chore: update DBIS contracts and integrate EIP-712 helper
- Updated DBIS_ConversionRouter and DBIS_SettlementRouter to utilize IDBIS_EIP712Helper for EIP-712 hashing and signature recovery, improving stack depth management.
- Refactored minting logic in DBIS_GRU_MintController to streamline recipient processing.
- Enhanced BUILD_NOTES.md with updated build instructions and test coverage details.
- Added new functions in DBIS_SignerRegistry for duplicate signer checks and active signer validation.
- Introduced a new submodule, DBIS_EIP712Helper, to encapsulate EIP-712 related functionalities.

Made-with: Cursor
2026-03-04 02:00:09 -08:00
..

Bridge DApp

Frontend DApp for the trustless bridge system.

Setup

pnpm install

Development

pnpm run dev

The app will be available at http://localhost:3002

Features

  • Multi-wallet support (MetaMask, WalletConnect, Coinbase Wallet)
  • Bridge transfers from ChainID 138 to Ethereum
  • DEX swap interface
  • Reserve status and peg monitoring
  • Transaction history

Environment Variables

Create a .env file:

VITE_WALLETCONNECT_PROJECT_ID=your_project_id
VITE_BRIDGE_CONTRACT_ADDRESS=0x...
VITE_RESERVE_CONTRACT_ADDRESS=0x...