Home

Awesome

Welcome to Bitriel Wallet!

Digital wallet management for cross-chain assets, staking and governance operations, collection and self-owned private key.

This project is build on polkadot substrate blockchain technology.

<img src="flutter_01.png" width="200"> <img src="flutter_02.png" width="200"> <img src="flutter_03.png" width="200"> <img src="flutter_04.png" width="200">

Prerequisites:

Linux OS:

MacOS:

Environment setup

In this section we assume you have one among both OS on your machine. If you are using Macebook we recommend you are have Mac Catalina 10.15.7 or latest MacOS.

Setup on KOOMPI OS:

  1. Installing android studio.
  2. Installing flutter
  3. Run flutter doctor to check your missing part of your installation.

Setup on MacOS:

  1. Follow instruction of installing Flutter on Mac and we recommend you to store flutter SDK inside Documents folder to easy manage.
  1. Open terminal and run nano ~/.zshrc. this file is where you add path of flutter script.
    • Add path for Flutter: export PATH=$PATH:/Users/mac/Documents/flutter/bin
    • Here for android sdk if you wanna setup: export ANDROID_HOME=/Users/mac/Library/Android/sdk and export PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/platforms
  2. After add path you need to refresh shell script file source ~/.zshrc.
  3. Let's run flutter doctor to check your missing part of your installation.
  4. Let's clone bitriel project to place.
  5. After finish setup iOS navigate into kaabob folder that place inside bitriel-wallet. let's run commend flutter create . to generate some file for run iOS for (Podfile, etc).
  6. Now you are finish setup flutter and able to run Bitriel project on your machine.

Run app:

In this section, We assume you complete setup Flutter and Android SDK on Linux OS or MacOS. Let's test with Bitriel project.

With Simulator:

With Real device:

Project Structure:

Available soon !

Web3.js

Clone from polkawallet_sdk