From ffcd0163fab93247d53f90db3d74a8cc68ba75c0 Mon Sep 17 00:00:00 2001 From: Manolo Date: Thu, 8 Feb 2018 14:03:00 +0100 Subject: [PATCH] Change references from IPDB to test network --- docs/source/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index eebc5fe..a400cca 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -40,9 +40,9 @@ To do so, you need to pass the **app_id and app_key**. .. code-block:: js - let bdb = new driver.Connection('https://test.ipdb.io/api/v1/', { - app_id: 'dgi829l9', - app_key: 'u008ik1bf83b43ce3a95uu0727e66fb9' + let bdb = new driver.Connection('https://test.bigchaindb.com/api/v1/', { + app_id: 'Get one from testnet.bigchaindb.com', + app_key: 'Get one from testnet.bigchaindb.com' }) Cryptographic Identities Generation