Skip to content

Commit

Permalink
Fix note to top of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michielmulders committed Jan 23, 2018
1 parent 745ddf9 commit c7b55e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": "/home/michiel/projects/bigchaindb-driver/js-bigchaindb-driver"
}
22 changes: 11 additions & 11 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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
`npm install` -> Installs all required dependencies to run these examples.

Expand All @@ -13,14 +24,3 @@

**Seed/Keypair Functionality**: Create keypair with bip39 library.
-> `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>
```

0 comments on commit c7b55e5

Please sign in to comment.