Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seroxdesign/tellor-autopay-mumbai
https://github.com/seroxdesign/tellor-autopay-mumbai
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/seroxdesign/tellor-autopay-mumbai
- Owner: Seroxdesign
- License: mit
- Created: 2022-09-08T16:31:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T16:32:36.000Z (about 2 years ago)
- Last Synced: 2024-10-18T09:31:41.125Z (28 days ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
tellor-autopay-mumbaih-graph
This is the subgraph code for the Tellor Autopay 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
1. Clone the repo in your preferred directory
```sh
git clone https://github.com/tellor-io/tellor-autopay-mumbaih-graph.git
```
2. Install NPM packages
```sh
npm install
```
3. To regenerate code files after changing graphql schema, run:
```sh
graph codegen
```
4. To build code files after changing src/mapping.ts file, run:
```sh
graph build
```
5. To deploy your subgraph after successful generation and build, run:
```sh
graph deploy --product hosted-service /
```## Roadmap
See the [open issues](https://github.com/tellor-io/tellor-autopay-mumbaih-graph/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
- [Documentation](https://docs.tellor.io/tellor/)
- [Twitter](https://twitter.com/WeAreTellor)
- [Discord](https://discord.gg/NP7fmzr5)
- [GitHub](https://github.com/tellor-io)
- [YouTube](https://www.youtube.com/tellor)## Acknowledgements
* [README Acknowledgement](https://github.com/othneildrew/Best-README-Template)
[contributors-shield]: https://img.shields.io/github/contributors/tellor-io/tellor-autopay-mumbaih-graph.svg?style=for-the-badge
[contributors-url]: https://github.com/tellor-io/tellor-autopay-mumbaih-graph/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/tellor-io/tellor-autopay-mumbaih-graph.svg?style=for-the-badge
[forks-url]: https://github.com/tellor-io/tellor-autopay-mumbaih-graph/network/members
[stars-shield]: https://img.shields.io/github/stars/tellor-io/tellor-autopay-mumbaih-graph.svg?style=for-the-badge
[stars-url]: https://github.com/tellor-io/tellor-autopay-mumbaih-graph/stargazers
[issues-shield]: https://img.shields.io/github/issues/tellor-io/tellor-autopay-mumbaih-graph.svg?style=for-the-badge
[issues-url]: https://github.com/tellor-io/tellor-autopay-mumbaih-graph/issues
[license-shield]: https://img.shields.io/github/license/tellor-io/tellor-autopay-mumbaih-graph.svg?style=for-the-badge
[license-url]: https://github.com/tellor-io/tellor-autopay-mumbaih-graph/blob/main/LICENSE.txt