Git Product home page Git Product logo

priest671 / flutter-crypto-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jerazo7/flutter-crypto-wallet

0.0 0.0 0.0 8.88 MB

A multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and CoinGecko API.

Home Page: https://jerazo7.github.io/flutter-crypto-wallet/

License: MIT License

Shell 0.39% Objective-C 0.05% Kotlin 0.20% Dart 90.70% Swift 1.66% HTML 5.32% Dockerfile 1.68%

flutter-crypto-wallet's Introduction

flutter-crypto-wallet

License: MIT

A multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and CoinGecko API.

  • Web

Web

  • iOS - macOs - Android

iOS - macOs - Android

Architecture ๐Ÿš€

This project is developed under Clean Architecture. Based on the following scheme: enter image description here

Run Web Server

  • Run with docker without Flutter
    • Just install Docker Engine in any Operating System
    • Run the command docker-compose up --build
    • Go to http://localhost:4040
$ docker-compose up --build
Building crypto-wallet
[+] Building 210.3s (20/20) FINISHED
 => [internal] load build definition from Dockerfile                                                                              0.1s
 => => transferring dockerfile: 37B                                                                                               0.0s
 => [internal] load .dockerignore                                                                                                 0.1s
 => => transferring context: 2B                                                                                                   0.0s
 => [internal] load metadata for docker.io/library/debian:latest                                                                  1.3s
 => [auth] library/debian:pull token for registry-1.docker.io                                                                     0.0s
 => [internal] load build context                                                                                                 0.2s
 => => transferring context: 42.29kB                                                                                              0.1s
 => [ 1/14] FROM docker.io/library/debian:latest@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b          0.0s
 => CACHED [ 2/14] RUN apt-get update                                                                                             0.0s
 => CACHED [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib3  0.0s
 => CACHED [ 4/14] RUN apt-get clean                                                                                              0.0s
 => CACHED [ 5/14] RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter                                        0.0s
 => CACHED [ 6/14] RUN flutter channel master                                                                                     0.0s
 => CACHED [ 7/14] RUN flutter upgrade                                                                                            0.0s
 => CACHED [ 8/14] RUN flutter config --enable-web                                                                                0.0s
 => CACHED [ 9/14] RUN flutter doctor -v                                                                                          0.0s
 => [10/14] COPY . /usr/local/bin/app                                                                                             0.7s
 => [11/14] WORKDIR /usr/local/bin/app                                                                                            0.2s
 => [12/14] RUN flutter pub get                                                                                                  44.4s
 => [13/14] RUN flutter build web                                                                                               155.9s
 => [14/14] RUN ["chmod", "+x", "/usr/local/bin/app/server/server.sh"]                                                            0.9s
 => exporting to image                                                                                                            6.2s
 => => exporting layers                                                                                                           6.0s
 => => writing image sha256:bfaadc27663885f65a512d0810114d31f80f32808994566ba4ee667462bbc942                                      0.0s
 => => naming to docker.io/marcellodesales/crypto-wallet-web                                                                      0.0s
Recreating flutter-crypto-wallet_crypto-wallet_1 ... done
Attaching to flutter-crypto-wallet_crypto-wallet_1
crypto-wallet_1  | Server start script initialized...
crypto-wallet_1  | Starting server on port 4040 ...

flutter-crypto-wallet's People

Contributors

jerazo7 avatar marcellodesales avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.