Giter VIP home page Giter VIP logo

subvt-data-android's Introduction

Quality Gate Status Release

SubVT Data Access for Android

SubVT (Substrate Validator Toolkit) data access library for Android.

Please visit the top-level Subvt repository for project information.

Test & Build

  • Rename the file subvt.properties.sample in the root folder to subvt.properties, and edit the file contents with the service host and port details.
  • Run ./gradlew lintDebug in the folder for lint checks.
  • Run ./gradlew test for complete unit tests.
  • Run ./gradlew connectedCheck for instrumented tests (only application service for now).
  • Run ./gradlew build to build.

Installation

  1. Add the JitPack repository in your root-level settings.gradle file:

    dependencyResolutionManagement {
        repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
        repositories {
            google()
            mavenCentral()
            jcenter() // Warning: this repository is going to shut down soon
            // add the JitPack repository here
            maven { url 'https://jitpack.io' }
        }
    }
  2. Add the dependency:

    dependencies {
        // ...
        implementation 'com.github.helikon-labs:subvt-data-android:0.24.5'
        // ...
    }

Usage

Please refer to the unit and instrumented tests for information about how to use the report and application REST services, and network status, active/inactive validator list and validator details RPC pub/sub services.

subvt-data-android's People

Contributors

kukabi avatar

Watchers

 avatar

subvt-data-android's Issues

Not reporting New Nominations

I get notification when my node loses nominations in both Polkadot and Kusama nodes but I don't get any notification with new nominations. New nominations notification is set to every 3 Epochs.

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.