Scalar is a private Grin wallet that allows you to easily create or access an account with a recovery phrase. Currently, the state of sending transactions is a major headache. We are working hard to make sending and receiving transations in a single action, with Auto-receive.
A few of the things the wallet will support:
- Send and receive Grin
- Create and recover a new wallet with a recovery phrase
- PIN and fingerprint security
- Full transparency and control on what is stored on the device
Feel free to send us feedback by filing an issue.
Development is ongoing, we are working hard in our non-working hours free time. This is a very cool and fun project for us and we are excited to make it happen!
- Install Android Studio ❤️
OS X, Windows & Linux:
git clone https://github.com/grin-wallet/scalar.git
cd
into the project repo- Import the project. Open Android Studio, click
Open an existing Android Studio project
and select the project. Gradle will build the project. - Run the app. Click
Run > Run 'app'
. After the project builds you'll be prompted to build or launch an emulator.
If the above steps completed successfully, you're ready to begin developing! Otherwise, check out the troubleshooting section below.
These are difficult to predict ahead of time, but general build error fixes include:
- Peforming a clean build
File > Invalidate Caches/ Restart
If you still are having issues, an upstream dependency may have caused build errors, or there might be something specific to your environment. Feel free to open an issue if you find yourself in this situation.