From 8bb6f73bb8169d899e02cbda194c5345d6de6176 Mon Sep 17 00:00:00 2001 From: BuilderFred Date: Tue, 10 Feb 2026 15:29:10 +0700 Subject: [PATCH] docs: add wRTC Quickstart Guide (#58) --- .github/FUNDING.yml | 3 -- .github/workflows/build-windows.yml | 40 --------------------- README.md | 2 +- docs/wrtc.md | 56 +++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 44 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/workflows/build-windows.yml create mode 100644 docs/wrtc.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 6067782..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: [Scottcjn] -ko_fi: elyanlabs -custom: ["https://rustchain.elyanlabs.ai/donate"] diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml deleted file mode 100644 index 33eafed..0000000 --- a/.github/workflows/build-windows.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Build Windows Installer - -on: - push: - tags: ['clawrtc-v*'] - workflow_dispatch: - -jobs: - build-windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - - name: Install dependencies - run: | - pip install pyinstaller requests - pip install -e . - - - name: Build Windows exe - run: | - pyinstaller --onefile --name clawrtc --console clawrtc/cli.py - - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: clawrtc-windows - path: dist/clawrtc.exe - - - name: Upload to release - if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 - with: - files: dist/clawrtc.exe - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 9f11d4c..2e7869e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ *Your PowerPC G4 earns more than a modern Threadripper. That's the point.* -[Website](https://rustchain.org) • [Live Explorer](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Quick Start](#-quick-start) • [How It Works](#-how-proof-of-antiquity-works) +[Website](https://rustchain.org) • [Live Explorer](https://rustchain.org/explorer) • [wRTC Guide](docs/wrtc.md) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Quick Start](#-quick-start) • [How It Works](#-how-proof-of-antiquity-works) diff --git a/docs/wrtc.md b/docs/wrtc.md new file mode 100644 index 0000000..84e48f3 --- /dev/null +++ b/docs/wrtc.md @@ -0,0 +1,56 @@ +# wRTC Quickstart Guide + +This guide explains how to obtain, verify, and use **wRTC** (Wrapped RustChain), the Solana-native bridge for the RustChain ecosystem. + +## 🚀 Canonical Info + +Always verify the following information to avoid scams: + +- **Network:** Solana +- **Token Mint:** `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` +- **Decimals:** `6` +- **Ticker:** wRTC + +## 🛡️ Anti-Scam Checklist + +1. **Verify the Mint Address:** Never buy a token based on the ticker name alone. Always check that the mint address exactly matches `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X`. +2. **Check Decimals:** Official wRTC uses **6 decimals**. +3. **Official Links only:** Use the links provided in this documentation or the official RustChain README. + +## 💰 How to Obtain wRTC + +You can swap for wRTC on Solana DEXs like Raydium: + +**Raydium Swap:** +[Swap SOL for wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) + +1. Connect your Solana wallet (e.g., Phantom). +2. Enter the amount of SOL you wish to swap. +3. Verify the output token is wRTC (check the mint address). +4. Execute the swap. + +## 🌉 Bridging to BoTTube Credits + +wRTC can be bridged to BoTTube for use in tipping and agent interactions. + +**BoTTube Bridge:** +[https://bottube.ai/bridge](https://bottube.ai/bridge) + +1. Log in to your BoTTube account. +2. Go to the **Bridge** section. +3. Select **Deposit wRTC**. +4. Follow the on-screen instructions to transfer wRTC (Mint: `12TAdK...i4X`) to the bridge address. +5. Once confirmed, your BoTTube account will be credited with RTC. + +## 📥 Withdrawing back to wRTC + +To move your RTC credits from BoTTube back to your Solana wallet: + +1. Go to the Bridge section on [BoTTube](https://bottube.ai/bridge). +2. Select **Withdraw to wRTC**. +3. Enter your Solana wallet address. +4. Enter the amount of RTC to withdraw. +5. The bridge will process the request and send wRTC to your wallet. + +--- +*For technical details on the bridge protocol, see the whitepaper.*