/Skolleum-Mobile-App

A flutter mobile app to make transactions on Ethereum Network.

Primary LanguageDart

Capstone Flutter Mobile-App

Why Ganache?

  • Because Ethereum gas prices are expensive, it's decided Ganache test environment would be the closest exposure to the real web3 transactions on ethereum network.
  • You do not need to pay any amount of money to run this application, only Ganache desktop app should be running simultaneously with Flutter app.

How to run?

Truffle:

  • Open ganache and add truffle.js file to ganache test project.
  • in the project directory run:
    • truffle migrate

Flutter:

  • flutter pub get
  • flutter run

App flow

  • Ganache server must be running and using truffle-config.js
  • in the project folder consequently run: truffle migrate and flutter run
  • on the login page, enter ganache test address's private key to continue.

Video - Image

capstone_recording.mov

(back to top)

Screenshot 2022-06-03 at 17 12 34

Screenshot 2022-06-03 at 17 12 10

Screenshot 2022-06-03 at 17 12 24