This is the new version of the VerifiedX GUI which supports Mac, Windows, and Web.
- Download
RBXWallet-win64.zipfrom Github - Extra the zip file and move to a safe place (ie.
C:/Users/YOURNAME/documents/RBX) - Run
RBXWallet.exe
Note: we are working on providing an MSIX file for an even easier install process on win10/11
- Download
RBX-OSX-Installer.dmg - Open the file
- Drag
RBXWalletto your applications folder (as shown) - Run
install.command(this only needs to be run once) - Note, you may have to right-click and select open rather than double-clicking since this is coming directly from Github
- Moving forward, just open the app in your
/Applicationsdirectory
Note: if the program starts but the loading spinner persists for more than 60s, please try downloading the .NET 6.0 framework Intel - x64 M1 - arm64
Launch the app and wait for the wallet to finish syncing. You can safely import/create your existing/new wallet while it is syncing but sending transactions and validating is disabled until you have reached sync. If your wallet block height is matching (or ahead) of the rbx.network explorer and it still says "syncing" try closing your wallet and opening again.
Pre-requisites:
- Install Visual Studio 2022 (Community Edition is fine)
- Install Desktop Development with C++ workload
- Flutter SDK
Once you have the pre-requisites installed, navigate to the RBXWallet directory and run flutter pub get to install the dependencies.
To check that everything is working, run flutter doctor and make sure you have no errors.
To run the app, run flutter run in the RBXWallet directory. Choose the Windows option when prompted.