Giter Club home page Giter Club logo

ftso-signal-providers's Introduction

Flare Time Series Oracle Signal Providers

Any individual or entity operating an FTSO signal provider service may submit a pull request to this repository. We do not accept requests from unknown or anonymous individuals or entities. We may require you to prove ownership of your URL and/or address before accepting your contribution. Inactive, underperforming or misbehaving signal providers will be denied and removed.

How to Add Your Signal Provider

  1. Copy an existing provider entry in bifrost-wallet.providerlist.json (see example below)
  2. Fill your details and add your entry to the bottom of the list
  3. Upload your logo to assets/ and make sure it meets the image requirements
  4. Submit a pull request

Add one entry per network that you intend to submit prices on. For example, if you're submitting price data to both Songbird and Flare, add two separate entries with different chainId values.

Requirements

  • All attributes are required and must be in ASCII
  • chainId must be one of 19 (Songbird), 16 (Coston) or 14 (Flare)
  • name may be max 32 characters
  • description may be max 250 characters
  • url may be max 100 characters
    • Must be prefixed with https://
    • Must redirect HTTP to HTTPS
  • address must be 40 characters hex
    • Must be the same Songbird, Coston or Flare address that you submit prices with
    • Must be EIP-55 checksummed
  • logoURI must be this repository's raw GitHub user content path
    • Must end with your checksummed address and a .png file extension
    • Must fulfill the PNG image requirements

PNG Image Requirements

  • The aspect ratio must be 1, use the same width and height
  • The width and height must be between 128 px and 256 px
  • The background must be transparent or fill the entire image
  • The maximum filesize is 24 KB, optimized using for example: https://tinypng.com

Example for Songbird

{
  "chainId": 19,
  "name": "Example Name",
  "description": "This is your chance to describe your signal provider service. Try to highlight your unique selling points and why users should delegate to your service. Your description may be no longer than 250 characters. Shorter is better.",
  "url": "https://example.com",
  "address": "0x1234123412341234123412341234123412341234",
  "logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1234123412341234123412341234123412341234.png"
}

Example for Songbird and Flare

{
  "chainId": 19,
  "name": "Example Name",
  "description": "This is your chance to describe your signal provider service. Try to highlight your unique selling points and why users should delegate to your service. Your description may be no longer than 250 characters. Shorter is better.",
  "url": "https://example.com",
  "address": "0x1234123412341234123412341234123412341234",
  "logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1234123412341234123412341234123412341234.png"
},
{
  "chainId": 14,
  "name": "Example Name",
  "description": "This is your chance to describe your signal provider service. Try to highlight your unique selling points and why users should delegate to your service. Your description may be no longer than 250 characters. Shorter is better.",
  "url": "https://example.com",
  "address": "0x1234123412341234123412341234123412341234",
  "logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x1234123412341234123412341234123412341234.png"
}

ftso-signal-providers's People

Contributors

raredata avatar bbftso avatar francisrosario avatar awfm9 avatar fish2plain avatar gawaeuhu avatar juhaoo avatar kosamatteo avatar ftso-express avatar scintilla-dev avatar mczochowski avatar thanosdpapaioannou avatar oracledelphi3 avatar avbrehtluka avatar flareftso avatar bannik avatar dionenetwork avatar francogiordani-corebiz avatar shangyanli avatar xdapps avatar benry1 avatar evi1m3 avatar klemenf2 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.