Coder Social home page Coder Social logo

tendermint_starport's Introduction

๐Ÿ“ธ Screen Shots

Setup and run Flutter app

  • Setup Flutter based on your operating system
  • Make sure you follow all the steps above and have an all-green output of flutter doctor command.
  • Install and run Anroid Studio once
  • (For iOS) Install XCode from AppStore
  • You can use Android Studio, IntelliJ Idea, or VSCode for Flutter development
  • Install Flutter plugin in your chosen IDE
  • Clone this repository using git clone https://github.com/tendermint/flutter.git
  • To run it on your localhost environment, you will just have to run main.dart file in your project. That can be done directly by clicking on the play button in your IDE, or by running flutter run from the root of your project. This will run the app on any device or simulator connected to your system
  • If you're running the app on real device instead of emulator/simulator or want to taget a specific blockchain run on a remote machine, make sure to specify proper urls and ports when running the app. Here is an example for running the app on cosmos hub testnet:

Please run with:

flutter run --dart-define=LCD_URL=https://api.testnet.cosmos.network --dart-define=LCD_PORT=443 --dart-define=GRPC_URL=https://grpc.testnet.cosmos.network --dart-define=GRPC_PORT=443

I have been able to perform a swap using the CLI tool but not the api:

gaiad tx liquidity swap 14 1 100000uphoton ibc/070B20BE0D1576B9AFBF54428BDF092B26B0D43B84D0EF1E779CBE8240000355 1000 0.003 --from alice --chain-id cosmoshub-testnet --gas-prices "0.03uphoton" --node https://testnet.cosmos.network:443

image

tendermint_starport's People

Contributors

zfinix avatar andrzejchm avatar

Watchers

James Cloos 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.