The wallet creation screen is built but not yet linked to the actual wallet logic from the wallet package (@treetracker/wallet). We need to integrate the package’s createWallet function so users can generate a real wallet and handle errors according to the UI design.
Tasks:
- Import the createWallet function from @treetracker/wallet.
- On form submission, call the function with the user-provided data.
- Display an error message that matches the UI design. Ensure error content and styling follow the design specs.
Treetracker wallet package:
https://github.com/Greenstand/treetracker-wallet-app/tree/main/packages/wallet
The wallet creation screen is built but not yet linked to the actual wallet logic from the wallet package (@treetracker/wallet). We need to integrate the package’s createWallet function so users can generate a real wallet and handle errors according to the UI design.
Tasks:
Treetracker wallet package:
https://github.com/Greenstand/treetracker-wallet-app/tree/main/packages/wallet