mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Change references from IPDB to test network
This commit is contained in:
parent
e4871728cc
commit
ffcd0163fa
@ -40,9 +40,9 @@ To do so, you need to pass the **app_id and app_key**.
|
|||||||
|
|
||||||
.. code-block:: js
|
.. code-block:: js
|
||||||
|
|
||||||
let bdb = new driver.Connection('https://test.ipdb.io/api/v1/', {
|
let bdb = new driver.Connection('https://test.bigchaindb.com/api/v1/', {
|
||||||
app_id: 'dgi829l9',
|
app_id: 'Get one from testnet.bigchaindb.com',
|
||||||
app_key: 'u008ik1bf83b43ce3a95uu0727e66fb9'
|
app_key: 'Get one from testnet.bigchaindb.com'
|
||||||
})
|
})
|
||||||
|
|
||||||
Cryptographic Identities Generation
|
Cryptographic Identities Generation
|
||||||
|
Loading…
Reference in New Issue
Block a user