Pay with Ḡ1
Go to file
Hugo Trentesaux c304999e61 update endpoint list
duniter-rpc
duniter-indexer
2023-03-09 18:06:48 +01:00
android fix flutter icon 2023-02-01 22:41:40 +01:00
assets fix: french typo 2023-02-27 19:08:28 +01: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 fix: french typo 2023-02-27 19:08:28 +01:00
ios fix: build iOS 2023-02-28 19:00:34 +01:00
lib fix: parse double to int in initCurrencyParameters for iPhone 2023-02-27 19:08:28 +01:00
release/android gitlab-ci.yml; try to fix 2022-06-14 22:06:34 +02:00
scripts fix build link script 2023-02-01 23:02:21 +01:00
sounds Fix bugs on startup and deleting wallets 2021-04-04 13:40:32 +00:00
web Remove ok sound on startup 2021-09-12 06:47:50 +02:00
.env add .env to git repository with default value 2022-08-27 00:31:19 +02:00
.gitignore UX: big improvements on unlocking screen 2022-12-05 14:49:32 +01:00
.gitlab-ci.yml fix CI 2 2022-12-14 20:12:20 +01:00
.metadata fix: show no data message if history profile is empty 2022-07-08 23:48:07 +02:00
LICENSE add LICENSE 2021-04-01 23:47:14 +02:00
README.md change gif 3 2022-06-16 01:40:47 +02:00
analysis_options.yaml Apply linter 2021-11-14 19:21:20 +01:00
pubspec.lock disabling ChooseChest 2023-02-19 19:35:11 +01:00
pubspec.yaml bump 0.1.0+54 2023-02-01 22:52:28 +01:00

README.md

Ğecko

Ğecko is a transaction client owned by Axiom-Team association and written in Dart. It is fast and secure thanks to native code compilation. It is not intended to manage member accounts, but rather simple wallets.

The development is quite early, you can participate in the discussion on the Duniter forum (mostly FR)

Getting Started

Demo Gif



Develop

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

  1. Android Studio
  • Android VM
  • Android NDK
  1. Flutter SDK
  2. VSCode/Codium Flutter extension

This will take about 12GB on your drive and 30 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.

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 Ttab
      • note your SDK folder location (later used for Rust environment variables)
      • select Android 11 (R) API level 30 (default)
    • SDK Tools
      • select NDK (native development kit used to compile Rust to native target)
  • In "AVD Manager"
    • create a virtual machine (ours is Pixel 4 32bits machine)
    • launch it in the emulator

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

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.

Build the app

In 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 your app for Desktop

Linux

Install dependancies:

sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev

Then build debug for linux:

flutter run -d linux

If you get this error:

flutter /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)

Please try:

sudo apt install liblzma-dev

then

flutter clean && flutter run -d linux

Roadmap

-> https://pad.p2p.legal/gecko-roadmap-2022?view