xananasx7/RTC Reward Action
Automatically awards RTC tokens to contributors when their pull request is merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-url | RustChain node URL for submitting transactions | no | https://node.rustchain.io |
| amount | Amount of RTC to award per merged PR | no | 10 |
| wallet-from | Sender wallet address (treasury/admin wallet) | yes | — |
| admin-key | Admin/treasury private key for signing transactions | no | "" |
| dry-run | If true, simulate the transaction without submitting to chain | no | false |
| wallet-file | Path to .rtc-wallet file in the repository (used if PR body wallet not found) | no | .rtc-wallet |
Outputs
| name | description |
|---|---|
| tx-hash | Transaction hash of the RTC transfer (empty in dry-run mode) |
| recipient-wallet | Recipient wallet address that received the RTC |
| awarded-amount | Amount of RTC awarded |