Free & Open Source

Test Solana Anchor Programs Without Writing Tests

Interactive UI for testing Solana Anchor programs instantly. No setup, no configuration—just run one command and start testing with an auto-generated interface.

0
Installation Required
100%
Open Source
Fast
Testing Experience
$ npx @blockchain-hq/testship@latest start
✓ Loading Anchor program...
✓ Generating interactive UI...
✓ Ready to test!
Testing interface running...

Everything You Need to Test Faster

Testship brings powerful testing capabilities directly to your Anchor workspace. No context switching, no complicated setup.

Interactive UI

Instantly test any Anchor program with an automatically generated, intuitive testing interface. No setup required.

PDA Derivation

Automatic derivation of basic and complex Program Derived Addresses (PDAs) - no manual calculations needed.

Smart Suggestions

Get account suggestions based on recently used addresses. Never struggle to remember account addresses again.

Session Sharing

Soon

Share your testing UI with non-technical team members via a simple link. Collaborate effortlessly.

Hot Reloading

Soon

Make changes in your program, run anchor build, and watch the testing UI update automatically with your latest code.

Export to Tests

Soon

Export your interactive tests to automated test suites for CI/CD integration.

Bring Testing to Your Program

Unlike other platforms that require you to move your code to their platform, Testship works directly on your machine with your existing development environment.

See Testship in Action

Watch how easy it is to test your Anchor programs with Testship's interactive interface

Watch the full walkthrough to see all features in action

Release Timeline

See what's available now and what's coming next

✓ Live

MVP Release

Available Now

  • Instant Interactive UI for testing any Anchor program
  • Automatic derivation of basic + complex PDA
  • Account suggestions based on recently used ones
🚀 Coming Soon

Enhanced Features

Oct 24-25, 2025

  • Session sharing with non-technical team members
  • Hot reloading for instant UI updates
  • Export to automated test suites

Want to contribute or suggest features?

Join the Discussion

Get Started in Seconds

No installation required. Just one command and you're ready to test.

$ npx @blockchain-hq/testship@latest start
1

Navigate to Project

Open your terminal in your Anchor project directory

2

Run Command

Execute the npx command above to launch Testship

3

Start Testing

Interactive UI opens automatically—begin testing!