Skip to content

feat(PE-6804): transaction proposal#9

Open
0xdiid wants to merge 2 commits intomainfrom
feature/pe-6804-transaction-proposal-in-cli
Open

feat(PE-6804): transaction proposal#9
0xdiid wants to merge 2 commits intomainfrom
feature/pe-6804-transaction-proposal-in-cli

Conversation

@0xdiid
Copy link
Copy Markdown
Collaborator

@0xdiid 0xdiid commented Apr 10, 2026

Description

This adds transaction proposal to the CLI, dependent on the relevant backend PR

Changes made

  • Add transaction create subgroup with "custom" and "transfer" options (swaps, bridges, etc. will go here in the future)
  • Add transaction cancel call

How has this been tested?

You can test it with the server running locally. Here's how I have it in my .claude.json:

      "mcpServers": {
        "splits-dev": {
          "command": "pnpx",
          "args": [
            "tsx",
            "/Users/willdrach/Git/splits-workspace/splits-cli/src/cli.ts",
            "--mcp"
          ],
          "env": {
            "SPLITS_API_KEY": "sk_<your key>",
            "SPLITS_API_URL": "http://localhost:8080"
          }
        }
      }

Other notes

@0xdiid 0xdiid marked this pull request as ready for review April 10, 2026 03:49
@0xdiid 0xdiid requested a review from backseats April 10, 2026 16:16
…ature/pe-6804-transaction-proposal-in-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant