mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
Fix note to top of readme
This commit is contained in:
parent
745ddf9527
commit
c7b55e5ad3
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"restructuredtext.confPath": "/home/michiel/projects/bigchaindb-driver/js-bigchaindb-driver"
|
||||||
|
}
|
@ -1,3 +1,14 @@
|
|||||||
|
# Quick Notes
|
||||||
|
`dotenv` is listed as a dependencies in `package.json`.
|
||||||
|
If you want to use this, add a `.env` file to the root of this project (same level as this `README.md` file)
|
||||||
|
and replace the variables to fit your specific config.
|
||||||
|
|
||||||
|
```
|
||||||
|
BIGCHAINDB_API_PATH=http://localhost:9984/api/v1/
|
||||||
|
BIGCHAINDB_APP_ID=<your-app-id>
|
||||||
|
BIGCHAINDB_APP_KEY=<your-app-key>
|
||||||
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
`npm install` -> Installs all required dependencies to run these examples.
|
`npm install` -> Installs all required dependencies to run these examples.
|
||||||
|
|
||||||
@ -13,14 +24,3 @@
|
|||||||
|
|
||||||
**Seed/Keypair Functionality**: Create keypair with bip39 library.
|
**Seed/Keypair Functionality**: Create keypair with bip39 library.
|
||||||
-> `npm run seed-func`
|
-> `npm run seed-func`
|
||||||
|
|
||||||
## Notes
|
|
||||||
`dotenv` is listed as a dependencies in `package.json`.
|
|
||||||
If you want to use this, add a `.env` file to the root of this project (same level as this `README.md` file)
|
|
||||||
and replace the variables to fit your system.
|
|
||||||
|
|
||||||
```
|
|
||||||
BIGCHAINDB_API_PATH=http://localhost:9984/api/v1/
|
|
||||||
BIGCHAINDB_APP_ID=<your-app-id>
|
|
||||||
BIGCHAINDB_APP_KEY=<your-app-key>
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user