Giter Club home page Giter Club logo

market-sync's Introduction

Market Sync

Synchronise job specifications from any given Chainlink node to the LinkPool Market:

  • Detects if there's job specifications on the provided Chainlink node that don't exist on the market.
  • Ability to specify job name's and cost before added in the Market.
  • Edit any job specification within the CLI to remove any secrets such as API keys.

Important: This tool will not sync a job unless it is confirmed first, at the risk of uploading secrets. Ensure that you edit your job specifications when prompted by the CLI if they contain sensitive information such as API keys.

Install

Download the latest version from releases.

Alternatively, you can use the Docker container:

docker pull linkpool/market-sync

Usage

Market sync is a simple CLI tool that requires you to provide your Chainlink node login credentials, and LinkPool Market API keys.

Preconditions

  • API key pair created on the Market, documentation found here.
  • ORACLE_CONTRACT_ADDRESS configuration variable is set in Chainlink.
  • Chainlink node is already created within the Market.

Using Flags

market-sync \
    -e [email protected] \
    -p twochains \
    -u http://localhost:6688 \
    -o 0xa00000000000000000000000000000000000000f \
    -a 31896afb-fa1c-4b30-b9a7-d7b5284cfab7 \
    -s RnscNLRnfWVRBuuRipWDRnscNLRnfWVRBuuRipWDRnscNLRnfWVRBuuRipWD

Using Environment Variables

[email protected]; \
CHAINLINK_PASSWORD=twochains; \
CHAINLINK_URL=http://localhost:6688; \
CHAINLINK_ORACLE_ADDRESS=0xa00000000000000000000000000000000000000f; \
MARKET_ACCESS_KEY=31896afb-fa1c-4b30-b9a7-d7b5284cfab7; \
MARKET_SECRET_KEY=RnscNLRnfWVRBuuRipWDRnscNLRnfWVRBuuRipWDRnscNLRnfWVRBuuRipWD; \
market-sync

Contributing

We welcome all contributors, please raise any issues for any feature request, issue or suggestion you may have.

market-sync's People

Contributors

jleeh 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.