Skip to content

sumcoinlabs/sumcoin_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,576 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sumcoin Donate Übersetzungsstatus Codemagic build status Static analysis and unit tests E2E Tests

sumcoin_flutter

Wallet for Sumcoin using Electrumx as backend.
App in constant development

Use at own risk.

Get it on F-Droid Get it on Google Play

Download on the App Store

You can also sign up for our open beta testing here:

Screenshot_small

Help Translate

Translation status

Known Limitations

  • will not mint

Development

Build sumcoinlib
This repository relies on sumcoinlib.
Please follow the build instructions for your OS here: README

Update icons
dart run flutter_launcher_icons:main

Update Hive adapters
dart run build_runner build

Update splash screen
dart run flutter_native_splash:create

Generate proto files
protoc --dart_out=grpc:lib/generated -Iprotos protos/marisma.proto

Build for web
flutter pub global activate peanut
flutter pub global run peanut -b production
Web files are now on the production branch and ready to be deployed.
This will use the html renderer by default. Add --web-renderer canvas to peanut if you want to switch to the canvas renderer.

Run e2e tests

flutter drive --target=test_driver/app.dart --driver=test_driver/key_new.dart
flutter drive --target=test_driver/app.dart --driver=test_driver/key_imported.dart

About

Wallet for Sumcoin written in Flutter

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dart 98.4%
  • HTML 0.7%
  • Swift 0.3%
  • Ruby 0.2%
  • JavaScript 0.2%
  • CSS 0.1%
  • Other 0.1%