Skip to content

Commit

Permalink
Added wallet wireframes
Browse files Browse the repository at this point in the history
  • Loading branch information
AltiMario authored Dec 5, 2023
1 parent f26b0e4 commit 98ac7f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions applications/TuxedoDapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ We will consider using libraries that support the specific blockchain's transact
web-based wallet will consider using databases for storing non-sensitive user data.
Local database (e.g., IndexedDB, WebSQL, or a lightweight client-side database) to store relevant wallet data locally on the user's device.

**Technology Stack**:
polkadot{.js} - We will try to re-use as much as possible
Vue.js with Vuex and the Vue Router
TypeScript
webpack
Babel - for backward compatibility in older Browsers
Local database: IndexedDB, WebSQL, or any lightweight client-side database to store relevant wallet data locally on the user's device.

Wireframes: -- work in progress --
**Tech Stack**:
- polkadot{.js} - We will try to re-use as much as possible
- Vue.js with Vuex and the Vue Router
- TypeScript
- webpack
- Babel for backward compatibility in older Browsers
- Local database: IndexedDB, WebSQL, or any lightweight client-side database to store relevant wallet data locally on the user's device.

Wallet Wireframes: [![Wallet wireframes](https://lh3.googleusercontent.com/d/1XxslvAv3H5BbjVa2sEYMSV3tjYpdKTbi=w3692-h1932-iv1)](https://drive.google.com/file/d/1XxslvAv3H5BbjVa2sEYMSV3tjYpdKTbi/view?usp=sharing)

- Stage 2: DApp Development

Expand Down

0 comments on commit 98ac7f2

Please sign in to comment.