From 9b6649ec3ee590d3f24c0c0518095bf7bf8dfc61 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 21 May 2020 13:57:27 -0600 Subject: [PATCH] Add something to test section --- docs/src/integrations/exchange.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index 94f5d665e53330..07664a41bf39b8 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -377,3 +377,9 @@ boundaries; check the [`getEpochInfo` endpoint](../apps/jsonrpc-api.md#getepochi to see when the current epoch will end. ## Testing the Integration + +Be sure to test your complete workflow on Solana devnet and testnet +[clusters](../clusters.md) before moving to production on mainnet-beta. Devnet +is the most open and flexible, and ideal for initial development, while testnet +offers more realistic cluster configuration. Devnet features a token faucet, but +you will need to request some testnet SOL to get going on testnet.