Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Call The Trench Solana program on devnet using the public IDL and TS types.
Call The Trench Solana program on devnet using the public IDL and TS types.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 ID (devnet): 6fs4qcRYSdR8pd2ZPoAmLpthrqZR94Dhf6J4PLvtqQt1 IDL: {baseDir}/../idl.json TS types: {baseDir}/../the_trench.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();
This skill does not include any private trading logic or alpha. If you need mainnet, update the program ID and IDL accordingly.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.