-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5bbf3d
commit 1b4309f
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 🌟 TS Proto Generation | ||
|
||
Within this folder we have the logic to generate proto definitions from the `injective-core` and `injective-indexer` repos. Within the `core/gen.sh` and `indexer/gen.sh` files, you can find the branches variables and change them as per your need. Then, you can simply just run `yarn generate:core-proto-ts` or `yarn generate:indexer-proto-ts` to generate the TypeScript proto definitions and finally, publish them using `yarn publish:core-proto-ts` or `yarn publish:indexer-proto-ts` | ||
|
||
--- | ||
|
||
## 📜 Contribution | ||
|
||
General contribution guidelines can be found on the [Contributing](CONTRIBUTING.md) page. There can be a package-specific contribution guides, please make sure you read them before you open a PR. | ||
|
||
--- | ||
|
||
## ⛑ Support | ||
|
||
Reach out to us at one of the following places! | ||
|
||
- Website at <a href="https://injective.com" target="_blank">`injective.com`</a> | ||
- Twitter at <a href="https://twitter.com/Injective_" target="_blank">`@Injective`</a> | ||
- Discord at <a href="https://discord.com/invite/NK4qdbv" target="_blank">`Discord`</a> | ||
- Telegram at <a href="https://t.me/joininjective" target="_blank">`Telegram`</a> | ||
|
||
--- | ||
|
||
## 🔓 License | ||
|
||
Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/) | ||
|
||
<a href="https://iili.io/mNneZN.md.png"><img src="https://iili.io/mNneZN.md.png" style="width: 300px; max-width: 100%; height: auto" /> | ||
|
||
Originally released by Injective Labs Inc. under: <br /> | ||
Apache License <br /> | ||
Version 2.0, January 2004 <br /> | ||
http://www.apache.org/licenses/ | ||
|
||
<p> </p> | ||
<div align="center"> | ||
<sub><em>Powering the future of decentralized finance.</em></sub> | ||
</div> |