Skip to content

Commit 2464113

Browse files
authored
chore: cleanup tryradi.us references (#37)
1 parent a06b849 commit 2464113

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ WALLET_PRIVATE_KEY=your_wallet_private_key_here
144144

145145
Note:
146146
- Get an OpenAI API key from: https://platform.openai.com/api-keys
147-
- RPC provider URL from Radius testnet: https://testnet.tryradi.us/dashboard/rpc-endpoints
147+
- RPC provider URL from Radius testnet: https://testnet.radiustech.xyz/dashboard/rpc-endpoints
148148
- The wallet private key should be from an EVM-compatible wallet
149149

150150
#### 5. Run the Example

python/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each example is a self-contained package with its own README, setup instructions
2222

2323
All examples require:
2424
- Python >=3.10
25-
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.tryradi.us/dashboard/faucet))
25+
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.radiustech.xyz/dashboard/faucet))
2626
- API keys for specific services (OpenAI, Uniswap, etc.)
2727

2828
## Learning Path
@@ -35,7 +35,7 @@ If you're new to the Radius AI Agent SDK:
3535

3636
## Resources
3737

38-
- [Radius Documentation](https://docs.tryradi.us)
38+
- [Radius Documentation](https://docs.radiustech.xyz)
3939
- [AI Agent Toolkit](https://github.com/radiustechsystems/ai-agent-toolkit)
4040
- [Website](https://radiustech.xyz/)
4141
- [Testnet Access](https://docs.radiustech.xyz/radius-testnet-access)

python/examples/langchain/uniswap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example demonstrates how to build AI agents that can interact with the Unis
1414

1515
- Python >=3.10
1616
- An OpenAI API key for LLM access
17-
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.tryradi.us/dashboard/faucet))
17+
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.radiustech.xyz/dashboard/faucet))
1818
- Uniswap API key
1919
- Radius RPC endpoint URL
2020

@@ -90,7 +90,7 @@ tools = get_on_chain_tools(
9090

9191
## Learn More
9292

93-
- [Radius Documentation](https://docs.tryradi.us)
93+
- [Radius Documentation](https://docs.radiustech.xyz)
9494
- [AI Agent Toolkit](https://github.com/radiustechsystems/ai-agent-toolkit)
9595
- [Uniswap Documentation](https://docs.uniswap.org/)
9696
- [LangChain Documentation](https://python.langchain.com/docs/get_started)

python/examples/langchain/web3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example demonstrates how to integrate LangChain agents with Web3.py using t
1414

1515
- Python >=3.10
1616
- An OpenAI API key for LLM access
17-
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.tryradi.us/dashboard/faucet))
17+
- A Radius wallet with ETH (obtain from the [Radius faucet](https://testnet.radiustech.xyz/dashboard/faucet))
1818
- Radius RPC endpoint URL
1919

2020
## Installation
@@ -82,7 +82,7 @@ tools = get_on_chain_tools(
8282

8383
## Learn More
8484

85-
- [Radius Documentation](https://docs.tryradi.us)
85+
- [Radius Documentation](https://docs.radiustech.xyz)
8686
- [AI Agent Toolkit](https://github.com/radiustechsystems/ai-agent-toolkit)
8787
- [LangChain Documentation](https://python.langchain.com/docs/get_started)
8888
- [Web3.py Documentation](https://web3py.readthedocs.io/)

typescript/examples/micropayments/vercel-ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example demonstrates a real-time AI content generation platform with instan
1515
### Prerequisites
1616

1717
1. Node.js (v18+) and pnpm installed
18-
2. A Radius wallet with some ETH (obtain from the [Radius faucet](https://testnet.tryradi.us/dashboard/faucet))
18+
2. A Radius wallet with some ETH (obtain from the [Radius faucet](https://testnet.radiustech.xyz/dashboard/faucet))
1919
3. Anthropic API key for Claude models
2020

2121
### Setup
@@ -60,7 +60,7 @@ This example shows how Radius enables new business models for AI:
6060

6161
## Learn More
6262

63-
- [Radius Documentation](https://docs.tryradi.us)
63+
- [Radius Documentation](https://docs.radiustech.xyz)
6464
- [AI Agent Toolkit](https://github.com/radiustechsystems/ai-agent-toolkit)
6565
- [Anthropic Claude API](https://docs.anthropic.com/claude/reference/getting-started-with-the-api)
6666
- [Vercel AI SDK](https://sdk.vercel.ai/docs)

0 commit comments

Comments
 (0)