Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme env xdc zero #35

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Create a .env file (or just rename the .example.env) containing all the env vari
4. `PARENTNET_WALLET_PK` : This is the wallet key that will be used for submit subnet data into parent chain. You will need to have credits in it first.
5. `SLACK_WEBHOOK` : (Optional) If relayer detected forking of your subnet, this is the URL where we will push alerting message to. You are required to set up slack bot and install it in the relevant channel first. For details, see slack doc: https://api.slack.com/messaging/webhooks \n
Once you are done with the slack setup, find the slack webhook url and put it here. It shall look like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX` We only need the ones after `https://hooks.slack.com/services/`

6. `SUBNET_ZERO_CONTRACT` : Contract address for the XDC Zero endpoint on the subnet.
7. `PARENTNET_ZERO_CONTRACT` : Contract address for the XDC Zero endpoint on the parentnet.
8. `PARENTNET_ZERO_WALLET_PK` : XDC Zero wallet private key for running the zero schedule program.
## Getting TypeScript

TypeScript itself is simple to add to any project with `npm`.
Expand Down