✓ Verified
📱 Social Media
✓ Enhanced Data
The Trench
Call The Trench Solana program on devnet using the public IDL and TS types.
- Rating
- 5 (270 reviews)
- Downloads
- 47,001 downloads
- Version
- 1.0.0
Overview
Call The Trench Solana program on devnet using the public IDL and TS types.
Complete Documentation
View Source →
The Trench Skill
Use this skill to construct Anchor clients that call The Trench program on devnet. This repo is public and contains only the IDL and TS types (no private bot logic).
Program
- Program ID (devnet):
6fs4qcRYSdR8pd2ZPoAmLpthrqZR94Dhf6J4PLvtqQt1 - IDL:
{baseDir}/../idl.json - TS types:
{baseDir}/../the_trench.ts
Usage (TypeScript)
ts
import { Connection, PublicKey } from "@solana/web3.js";
import { AnchorProvider, Program } from "@coral-xyz/anchor";
import idl from "../idl.json";
const programId = new PublicKey("6fs4qcRYSdR8pd2ZPoAmLpthrqZR94Dhf6J4PLvtqQt1");
const connection = new Connection("https://api.devnet.solana.com", "confirmed");
const provider = AnchorProvider.env();
const program = new Program(idl as any, programId, provider);
// Example call
// await program.methods.listDeadToken(...).accounts({ ... }).rpc();
Notes
- This skill does not include any private trading logic or alpha.
- If you need mainnet, update the program ID and IDL accordingly.
Installation
Terminal bash
openclaw install the-trench
Copied!
💻Code Examples
## Usage (TypeScript)
-usage-typescript.txt
import { Connection, PublicKey } from "@solana/web3.js";
import { AnchorProvider, Program } from "@coral-xyz/anchor";
import idl from "../idl.json";
const programId = new PublicKey("6fs4qcRYSdR8pd2ZPoAmLpthrqZR94Dhf6J4PLvtqQt1");
const connection = new Connection("https://api.devnet.solana.com", "confirmed");
const provider = AnchorProvider.env();
const program = new Program(idl as any, programId, provider);
// Example call
// await program.methods.listDeadToken(...).accounts({ ... }).rpc();Tags
#communication
Quick Info
Category Social Media
Model Claude 3.5
Complexity One-Click
Author bagwatcher
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install the-trench
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0