Skip to main content
Copy these starters to skip the configuration phase and start building your product immediately.

Official Starters

How to run locally

    1. Clone the repository: git clone https://github.com/payrouteshq/sorokit
    1. Install dependencies: pnpm install
    1. Run the Next.js example: cd examples/next-app && pnpm dev
    1. Run the Vite example: cd examples/vite-app && pnpm dev
All examples are pre-configured to work on Testnet with the Native XLM contract, so you can test connection and signing flows right out of the box.