tellorFlex-oracle-mumbaih-graph
This is the subgraph code for the TellorFlex Oracle contract on Mumbai Testnet.
Report Bug
·
Request Feature
Table of Contents
Getting Started
To get a local copy up and running follow these simple steps.
Installation
- Clone the repo in your preferred directory
git clone https://github.com/tellor-io/tellorFlex-oracle-mumbaih-graph.git
- Install NPM packages
npm install
- To regenerate code files after changing graphql schema, run:
graph codegen
- To build code files after changing src/mapping.ts file, run:
graph build
- 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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Tellor.io