/tellorFlex-oracle-mumbaih-graph

Subgraph code for the TellorFlex Oracle contract, used for reported events.

Primary LanguageTypeScriptMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


tellorFlex-oracle-mumbaih-graph

This is the subgraph code for the TellorFlex Oracle contract on Mumbai Testnet.

Report Bug · Request Feature

Table of Contents

  1. Getting Started
  2. Roadmap
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgements

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo in your preferred directory
    git clone https://github.com/tellor-io/tellorFlex-oracle-mumbaih-graph.git
  2. Install NPM packages
    npm install
  3. To regenerate code files after changing graphql schema, run:
    graph codegen
  4. To build code files after changing src/mapping.ts file, run:
    graph build
  5. To deploy your subgraph after successful generation and build, run:
    graph deploy --product hosted-service <GITHUB_USER>/<SUBGRAPH NAME>

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Tellor.io

Acknowledgements