Skip to content

Instantly share code, notes, and snippets.

@jessiepathfinder
Created November 23, 2021 04:35
Show Gist options
  • Save jessiepathfinder/e28bd8c17bd811743988ef76c469dff6 to your computer and use it in GitHub Desktop.
Save jessiepathfinder/e28bd8c17bd811743988ef76c469dff6 to your computer and use it in GitHub Desktop.

MyEUBIWallet problems - why the're a MyEUBIWallet v2.0

When I first started working on MyEUBIWallet, it was my first time making a web application in years. I made mistakes, like lack of proper safety checks.

MyEUBIWallet v1.0 was plauged by improper failure handling. If the user enters an invalid address, for example, MyEUBIWallet v1.0 will just simply freeze. Also, MyEUBIWallet v1.0 is unsafe due to the lack of comfirmation prompts, which are added in MyEUBIWallet v2.0.

MyEUBIWallet v2.0 introduces better safety checks, stronger XSS protection, and more graceful failure handling. Also MyEUBIWallet v2.0 have major UI and performance improvements.

Now, I'm working on MyEUBIWallet v3.0, since I made serious UI design mistakes in MyEUBIWallet v2.0. Also, I want to make a wallet that is fit for what EUBI is now, not what EUBI used to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment