synor/apps
Gulshan Yadav d81b5fe81b feat(desktop-wallet): add NFT support
Add complete NFT (non-fungible token) functionality:

Backend (Rust/Tauri):
- nft_create_collection: Deploy new NFT collection contract
- nft_mint, nft_batch_mint: Mint single or multiple NFTs
- nft_transfer: Transfer NFT ownership
- nft_burn: Permanently destroy NFT
- nft_list_owned: List all NFTs owned by address
- nft_get_collection_info, nft_get_token_info: Query metadata
- nft_set_approval_for_all, nft_set_base_uri: Collection management

Frontend (React/TypeScript):
- NFT Zustand store with collection tracking
- NftsDashboard page with 5 tabs:
  - Gallery: Visual grid of owned NFTs with modal details
  - Collections: Track and manage NFT collections
  - Create: Deploy new collection with royalties and soulbound options
  - Mint: Mint new NFTs with metadata URIs
  - Transfer: Send NFTs to other addresses
- Navigation sidebar updated with NFTs link
- Route added for /nfts path

Features:
- Royalty configuration in basis points (e.g., 250 = 2.5%)
- Soulbound token support (non-transferable)
- Batch minting up to 100 NFTs
- Collection import by contract address
- NFT burn with confirmation dialog
2026-02-02 09:23:07 +05:30
..
api-gateway feat(api): add public API gateway with rate limiting 2026-01-10 06:19:08 +05:30
cli style: apply cargo fmt formatting 2026-02-02 05:58:22 +05:30
desktop-wallet feat(desktop-wallet): add NFT support 2026-02-02 09:23:07 +05:30
explorer style: apply cargo fmt formatting 2026-02-02 05:58:22 +05:30
explorer-web feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
faucet fix: faucet health check uses JSON-RPC instead of REST 2026-02-02 02:31:14 +05:30
hardhat-plugin feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
synord fix: resolve clippy warnings for Rust 1.93 2026-02-02 06:18:16 +05:30
web feat(web-wallet): add multi-language support (i18n) 2026-01-10 06:12:10 +05:30
website feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30