You are browsing as a guest. Sign up (or log in) to start making projects!

professional_toad

@professional_toad

Joined June 2nd, 2026

  • 7Devlogs
  • 1Projects
  • 1Ships
  • 15Votes
Open comments for this post

6h 1m 49s logged

Unfortunately, since I am on holiday, I was not able to complete everything that I wanted to do by the end of last week. However, I was definitely able to make some progress:

Progress

  • Tron (TRX) support is here! 🎊
  • some refactoring happened

What’s next

  • As I promised last week (but did not manage to complete), I was going to completely redesign the UI to make it more user-friendly and usable and have less of an AI-generated feel. This is because when I initially started this project, I used AI to create a demo app (without any of the signing logic), just to get a sort of structure to build on and add functionality to. However, I have changed pretty much every part of it so far apart from the theme which is why I am going to work on it now/this week.
  • Icons for different currencies and across the application for easily recognisable features
  • Support for Ripple (XRP)
0
0
3
Open comments for this post

7h 31m 37s logged

Progress

Not much to announce rn but so far (since last week/log), I have

  • refactored the code a bit
  • bumped some dependencies
  • made a cool new banner for the project (you can see it on this project’s banner)
  • started work on improving the theme/look of the app
  • fixed some minor issues and bugs, such as
    • EVM nonce processing used the latest nonce from a confirmed block, ignoring the fact that the user may have been fast enough to send two transactions with the same nonce, which would guarantee that at least one transaction will fail
    • BTC preview balance displayed to the user before approving a transaction did not take into account the unspent UTXOs in the calculation

Not too exciting but this lays the groundwork for what is to come. 👇🏼


What’s next

I will try to add this before the end of this week:

  • a full redesign of the theme
  • full Tron (TRX) support
0
0
6
Open comments for this post

6h 57m 35s logged

Support for Solana coming soon, stay tuned! 👀
Since last devlog, I refactored the code a bit and split up all the TypeScript frontend and Rust backend logic into self-contained files, each for a clear purpose. Now, it’s much easier to read and understand the codebase.

0
0
9
Open comments for this post

4h 49m 43s logged

I added loads of stuff!

As promised:

  • CoinGecko pricing data integrated
  • Integrated RPC
  • Progress on the actual transactions (implemented for EVM only so far and I am still working on it)
  • Hardened security:
    • Added a CSP (content security policy) to stop XSS (cross-site scripting)
    • Hardened address validation, including EVM EIP-55 checksum validation
    • Added a “remove wallet data” button
    • Added zeroization for mnemonic/key/salt on lock and clear

Coming soon/roadmap:

  • Full support for BTC, EVM, SOL, and TRX chain transfers
  • Actual cross-chain swaps via NEAR Intents
  • Public GitHub repository (the repo hasn’t been made public yet as it’s still not fully working)
  • Full support for more chains, including (but not limited to):
    • Ripple (XRP)
    • Hyperliquid (HYPE) - support for trading perps (perpetuals)
    • Injective (INJ)
    • Algorand (ALGO)
    • Zcash (ZEC) - support transparent AND shielded addresses
    • Monero (XMR) - alternative to Zcash
  • Support for the Open Wallet Standard
  • Native DeFi support:
  • (hopefully) Filecoin storage integration so you can easily store, download, and access files stored on Filecoin
  • (hopefully) Integration with Tor for anonymity
0
0
3
Open comments for this post

4h 10m 56s logged

Just finished the basic UI; more coming soon…

Current features already include:

  • Argon2 password hashing to secure wallet
  • Import a wallet seed phrase
  • RPC connection to see how much crypto you’re holding
  • QR code to get people to send stuff to you with a fault tolerance selector, e.g., smaller QR code for 7% data recovery, 25%, 30%, etc.
  • Coming soon: GitHub repository for the project
  • Coming soon: CoinGecko pricing data so you can see how much your crypto is worth
  • Coming soon: actual transactions
  • Coming soon: compatibility with Open Wallet Standard
0
0
6

Followers

Loading…