Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Mar 29, 2024
1 parent ebbbc47 commit f6519f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goodchain",
"version": "2.0.0",
"version": "2.0.1",
"description": "Welcome to GoodChains. A project to explore the blockchain technology",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install
This command will start the `RESTful API` server for the GoodChain project

```bash
npm start -- --host "http://localhost:3000" --nodes "http://localhost:3001" --dbPath "./db/blockchain.json" --minerKeysFile "./keys/miner.json" --name "GoodChain"
npm start -- --host "http://localhost:3000" --nodes "http://localhost:3001" --dbPath "./assets/db/" --minerKeysFile "./keys/miner.json" --name "GoodChain"
```

### Running Multiple Nodes 🌟
Expand Down

0 comments on commit f6519f2

Please sign in to comment.