Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • feature/migrate-cordova-13
  • feat/improve-network-scan
  • feat/force-migration-check
  • develop
  • feature/encrypted_comment
  • feature/android_api_19
  • gitlab_migration_1
  • rml8
  • v1.7.14
  • v1.7.13
  • v1.7.12
  • v1.7.11
  • v1.7.10
  • v1.7.9
  • v1.7.8
  • v1.7.7
  • v1.7.6
  • v1.7.5
  • v1.7.4
  • v1.7.3
  • v1.7.2
  • v1.7.1
  • v1.7.0
  • v1.7.0-rc2
  • v1.7.0-rc1
  • v1.6.12
  • v1.6.11
  • v1.6.10
29 results

cesium

  • Clone with SSH
  • Clone with HTTPS
  • Cesium

    Unhosted webapp client for uCoin network.

    Try it at: http://cesium.ucoin.io

    Developer

    To contribute and compile cesium, you will have to:

    • Installing mvn
      wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
    • Configure NodeJS to use a version 5:
      nvm install 5 
    • Installing other build dependencies:
     sudo apt-get install build-essential
    • Getting source and installing project dependencies:
      git clone https://www.github.com/ucoin-io/cesium.git
      cd cesium
      npm install
    • Compiling and running application
      gulp & ionic serve
    • To build on another environment :
      • Add your environment config into app/config.json
      • Run compitaltion using option --env:
      gulp default --env <your_env_name>