Skip to content

SaitoTech/saito-wallet

Repository files navigation

Saito Wallet

Saito Wallet is a stand-alone mobile wallet for the Saito blockchain. It's built using React Native, and is currently an example of how developers can build on top of Saito with the use of the Saito Library. It saves the users wallet and slips locally, and syncs with the Saito blockchain to send and receive transactions.

Get Started

In order to develop SaitoWallet, you're going to need to install React Native and install the necessarty dependencies under the tab "Building Projects with React Native". Choosing either iOS development or Android development will mean installing Xcode and Android Studio respectfully.

To run the application, run the folling commands in your terminal:

cd SaitoWallet
npm install
react-native run-ios

Or on Android

react-native run-android

If you've experiencing issues, make sure to check that react-native-crypto has been installed correctly https://github.com/tradle/react-native-crypto

About

Saito wallet for mobile written with React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published