Pay with Ḡ1
Go to file
poka 5e2d4c465a upgrade packages 2023-11-11 11:15:26 +01:00
android upgrade flutter 3.10 2023-05-24 14:37:28 +02:00
assets change choose wallet in payment popup to dropdown 2023-05-24 20:08:06 +02:00
config update endpoint list 2023-03-09 18:06:48 +01:00
images change gif 3 2022-06-16 01:40:47 +02:00
integration_test upgrade flutter 3.10 2023-05-24 14:37:28 +02:00
ios WIP: upgrade gradle and kotlin to last version 2023-03-01 11:47:02 +01:00
lib feat: start to implement RPC multiqueries 2023-11-11 11:15:12 +01:00
release/android gitlab-ci.yml; try to fix 2022-06-14 22:06:34 +02:00
scripts WIP: upgrade gradle and kotlin to last version 2023-03-01 11:47:02 +01:00
sounds Fix bugs on startup and deleting wallets 2021-04-04 13:40:32 +00:00
.gitignore WIP: upgrade gradle and kotlin to last version 2023-03-01 11:47:02 +01:00
.gitlab-ci.yml fix CI 2 2022-12-14 20:12:20 +01:00
.metadata WIP: upgrade gradle and kotlin to last version 2023-03-01 11:47:02 +01:00
LICENSE add LICENSE 2021-04-01 23:47:14 +02:00
README.md update README 2023-03-01 18:42:29 +01:00
analysis_options.yaml Apply linter 2021-11-14 19:21:20 +01:00
pubspec.lock upgrade packages 2023-11-11 11:15:26 +01:00
pubspec.yaml add info popup about transactions fees 2023-05-24 16:27:13 +02:00

README.md

Ğecko

Ğecko is mobile client for Duniter v2s blockchain (Ḡ1v2): https://duniter.org/blog/duniter-substrate
It use polkawallet_sdk package to interact with Duniter: https://github.com/polkawallet-io/sdk

This application is maintained by Axiom-Team association.

You can download the last version of the app here.
You can ask questions about Ḡecko developpement in our Duniter forum.

Demo Gif



Develop

To contribute to the code, we advise you to install the following development environment:

  1. Android Studio
  2. Flutter
  3. VSCode or VSCodium

This will take about 12GB on your drive and 20 min of your time (with a good connection). Don't hesitate to ask on the forum for a peer-coding session if you are stuck.

At the end, flutter doctor command should be OK for what you need.

Android Studio

Android Studio will let you set up an Android VM and install tools you need.

  • Install Android Studio using your favorite installation method.
  • At startup, do not open a project but click "configure" at the bottom of the "Welcome" menu
  • In "SDK Manager"
    • SDK Platforms tab
      • select Android 11 (R) API level 30 (default) or higher
  • In "AVD Manager"
    • create a virtual machine

If you reach this point without trouble, you're good to go for the next step.

iOS (Xcode on Mac)

TODO: documentation

Flutter SDK

Flutter is a powerfull SDK to develop Android apps. Install it with your favorite installation method.

VSCode

We are using VSCode and therefore document the process for this IDE. Of course you're free to use whatever you want. Clone the ğecko repo and open a dart file (e.g. lib/main.dart). VSCode will suggest you to insall relevant extensions.

Launch the app in debug mode

Start a VM, then open a dart file (e.g. lib/main.dart), type the F5 key to build the code. The app should open automatically in your VM which is running.

Build APK

You will need to generate PlayStore key or disable signing APK before continue. Then, check this script and launch it:

./scripts/build-apk.sh 

Integration tests

Open an android or iOS emulator, then launch this script:

./integration_test/launch_test.sh

It will start the default test scenario.

You can start another scenario defined here specifying the name of the file without its extension, for example to run migrate_cesium_identity.dart test:

./integration_test/launch_test.sh migrate_cesium_identity

A problem ?

Please open an issue here: https://git.duniter.org/clients/gecko/-/boards