Skip to content

archethic-foundation/archethic-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform CodeFactor Github All Releases Github Downloads (monthly)

Archethic Wallet

The app is mainly a FULLY decentralized and cryptocurrency non-custodial hot wallet that enables you to safely manage assets on Layer 1 Archethic blockchain.
This wallet includes the features of send and receive coins instantly to and from anyone.
No signup or KYC needed, you just control your service access keychain, protected by different security ways like PIN Code, Password, Yubikey devices and Biometrics
NB: Yubikey is a device that makes 2-factor authentication as simple as possible (see yubico.com)

Archethic Wallet has implemented the following features:

Main features

  • Decentralized keychain management
  • Multiple accounts' management
  • Support for transactions (Sending and Receiving UCO or Fungibles Tokens, NFTs)
  • DeFi features: swap, liquidity management, farming with lock
  • List of recent transactions

Security

  • Security access with Password, PIN, Yubicloud OTP, Face ID, Touch ID
  • Use of 24 Words Mnemonics

Customization

  • Support for English and French Language

Other features

  • Access to CEX and DEX to buy UCO
  • Share address with QR Code or mobile share feature
  • UCO and certified tokens Price chart

Application Initial Screen

How to install Archethic Wallet

Available on Chrome, Android, Windows, MacOS, iOS and Linux https://www.archethic.net/wallet/

How to test the Archethic Wallet

To test Archethic Wallet with Faucet:

  • Copy your address from the wallet and paste on the Archethic Testnet Faucet
  • Click on 'Transfer 100 UCO'
  • Refresh your dashboard
    Now, you can send some UCO and see your transactions

Patrol installation and configuration

Patrol is a flutter package, you can install it using a simple flutter pub get

Full patrol using on this project can be found here

Setup this Application for developers

Pre-requisites

  • Flutter 3.24+
  • Dart 3.5+

Instructions

  • Download the repo into a folder
  • Goto the folder and from terminal run flutter pub get to get the packages
  • Once packages are installed :
    • You can build and run the program for emulator from VSCode Flutter SDK Tools.
    • You can build for android emulator if already installed.
  • Once the packages and installed and application is built
  • Run the program with flutter run

By default, the endpoint is https://testnet.archethic.net but you can change it in 'Networks' menu.

Note

*** This Application is currently in active development so it might fail to build. Please refer to issues or create new issues if you find any. Contributions are welcomed.