xmr-btc-swap/src-gui
2024-08-29 14:28:23 +02:00
..
public feat: cargo project at root 2024-08-08 00:49:04 +02:00
src feat(gui): Clickable addresses to copy to clipboard (#38) 2024-08-29 14:28:23 +02:00
.gitignore chore(gui): Add .vite folder to gitignore 2024-08-29 13:57:25 +02:00
eslint.config.js chore(gui): Upgrade @tauri-apps/api and add eslint 2024-08-26 15:04:22 +02:00
index.html fix: Prevent overscroll bounce 2024-08-09 20:27:47 +02:00
package.json feat(gui): Clickable addresses to copy to clipboard (#38) 2024-08-29 14:28:23 +02:00
README.md feat(gui): Add typeshare definitions 2024-08-26 15:23:46 +02:00
tsconfig.json wip: WithdrawDialog migrated to Tauri IPC 2024-08-09 19:46:58 +02:00
tsconfig.node.json feat: cargo project at root 2024-08-08 00:49:04 +02:00
vite.config.ts refactor(gui): Reorganize imports 2024-08-26 15:02:26 +02:00
yarn.lock feat(gui): Clickable addresses to copy to clipboard (#38) 2024-08-29 14:28:23 +02:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Generate bindings for Tauri API

typeshare --lang=typescript --output-file ./src/models/tauriModel.ts ../swap/src