Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion API_WALKTHROUGH.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ POST /wallet/transfer/signed
```json
{
"from": "sender_wallet_id",
"to": "recipient_wallet_id",
"to": "recipient_wallet_id",
"amount": 10,
"fee": 0.001,
"signature": "hex_encoded_signature",
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ curl -sk https://rustchain.org/epoch
## RTC Payout Process

1. PR gets reviewed and merged
3. We comment asking for your wallet address
4. RTC is transferred from the community fund
5. Bridge RTC to wRTC (Solana) via [bottube.ai/bridge](https://bottube.ai/bridge)
6. Trade on [Raydium](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X)
2. We comment asking for your wallet address
3. RTC is transferred from the community fund
4. Bridge RTC to wRTC (Solana) via [bottube.ai/bridge](https://bottube.ai/bridge)
5. Trade on [Raydium](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X)


## Documentation Quality Checklist
Expand Down
Loading