Pay with Ḡ1
Go to file
poka 31bfc87d00 Spawn isolate for unlocking Dewif: Very slower as non isolate, so discard for now 2021-12-21 13:37:16 +01:00
android Upgrade gradle version 2021-12-21 13:35:25 +01:00
assets Optimize profile view 2021-11-30 01:25:48 +01:00
config Big improve on selection of GVA endpoint at startup 2021-02-12 21:31:42 +01:00
images add bbgecko 2020-12-15 12:59:21 +01:00
integration_test Fix appbar color 2021-11-06 20:19:27 +01:00
ios Change launcher icon, remove shadow 2021-11-12 01:31:30 +01:00
lib Spawn isolate for unlocking Dewif: Very slower as non isolate, so discard for now 2021-12-21 13:37:16 +01:00
macos Apply linter 2021-11-14 19:21:20 +01:00
release/android ci: create job package 2021-02-26 01:53:23 +01:00
scripts WIP: A few bugs, Dewif unencryption very slow 2021-12-19 21:05:04 +01:00
sounds Fix bugs on startup and deleting wallets 2021-04-04 13:40:32 +00:00
test Commented test 2021-01-11 19:14:24 +01:00
test_driver Improve home responsive 2021-11-19 03:18:39 +01:00
web Remove ok sound on startup 2021-09-12 06:47:50 +02:00
windows Apply linter 2021-11-14 19:21:20 +01:00
.gitignore First try: Delete all rust dependencies, replaced by durt lib 2021-12-19 14:55:47 +01:00
.gitlab-ci.yml First try: Delete all rust dependencies, replaced by durt lib 2021-12-19 14:55:47 +01:00
.metadata Hello Ḡecko 2020-12-13 05:43:52 +01:00
LICENSE add LICENSE 2021-04-01 23:47:14 +02:00
README.md WIP: A few bugs, Dewif unencryption very slow 2021-12-19 21:05:04 +01:00
analysis_options.yaml Apply linter 2021-11-14 19:21:20 +01:00
pubspec.lock Upgrade gradle version 2021-12-21 13:35:25 +01:00
pubspec.yaml Upgrade gradle version 2021-12-21 13:35:25 +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



Foo

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

  • v0.1.0 (expected date: 21-08-16)
    • Reorganization of persistent data
    • Complete implementation of Figma model (made by Boris)
    • Account management (creation, security)
    • Payment (QR-code generation / reading, form)
    • Viewing transaction history
    • Finalization of integration tests and unit tests
    • Completing the network scan when starting the application
    • F-Droid publication
  • v1.0
    • Multi-vault management
    • Cesium import
    • Advanced search
    • Item basket management
    • Transaction monitoring
    • Contacts / Messaging
    • IOS compatibility
    • Sharding (sharing of key fragments)
    • Apple AppStore and Google PlayStore publication
    • Mock-up and UX design of future functionalities
  • v2.0
    • Opaque bypass
    • NFC payment
    • Desktop compatibility
    • Web of trust management (certifications, promises of certifications)
    • Calendar / community