Quickstart
This guide will get you set up and ready to use CoinVoyage within minutes.
Install Package
To get started using CoinVoyage, import @coin-voyage/paykit into your project.
npm i @coin-voyage/paykit @tanstack/react-query@^5.90.6pnpm add @coin-voyage/paykit @tanstack/react-query@^5.90.6yarn add @coin-voyage/paykit @tanstack/react-query@^5.90.6bun add @coin-voyage/paykit @tanstack/react-query@^5.90.6Head over to CoinVoyage Dashboard and create an organization. Under the Developer section you’ll find a API key generated tied to the organization. Once you have an COIN_VOYAGE_API_KEY the next section shows you a basic implementation.

Usage
Now that you have your app configured, you can use the PayButton component to allow users to complete a payment or make a deposit to any of their wallets.
Here is an example of basic usage:
Example: add DepositButton component
DepositButton componentFor more examples, check out the CoinVoyage Demo or find code examples on our github
Last updated