Skip to content

arifdn/auro-wallet-mobile-app

 
 

Repository files navigation

Auro Wallet Mobile App

Auro Wallet built with Flutter for mina protocol

Introduction

Auro Wallet provide one-stop management for mina protocol, convenient staking, and the private key is self-owned.

Auro Wallet is aiming to provide a more convenient entrance of the mina network.

  • Friendly UI.
  • Secure local accounts storage.
  • Intuitive Assets management.
  • Simplified staking.
  • Available for both iOS and Android.

Building

Dependencies

  • Flutter 2.0.4 statble
  • Dart 2.12.2

Install Flutter

Auro Wallet is built with Flutter, you need to have Flutter dev tools installed on your computer to compile the project. check Flutter Documentation to learn how to install Flutter and initialize a Flutter App.

mina sdk

we use flutter ffi and mina c file to derive public key and sign transactions.

api config

lib/common/consts/apiConfig.example.dart is a api config for Auro Wallet, you can remove the .example and fill your custom api

run auro App

flutter run --no-sound-null-safety

some packages has not migrate to null safety, so we have to add --no-sound-null-safety arguments.

About

Mina Protocol moblie app wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 65.1%
  • C 33.1%
  • Rust 1.4%
  • Ruby 0.2%
  • Shell 0.2%
  • Swift 0.0%