Skip to content

Commit

Permalink
parsec_user_guide.md: slight tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Brownworth <[email protected]>
  • Loading branch information
anders94 authored and HalosGhost committed Jan 7, 2024
1 parent c156258 commit 50a64dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/parsec_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ Go to a new separate directory and run the following:

```console
$ mkdir parsec-playground && cd parsec-playground
$ npm -y init # `-y` keeps all defaults
$ npm install @nomicfoundation/hardhat-ethers ethers
$ npm install hardhat
```

Finish with initializing Hardhat using:

```console
$ npx hardhat
$ npx hardhat init
```

Select to create a JavaScript project.
Expand All @@ -62,7 +61,7 @@ These can all be overwritten for the purpose of this guide.
However, to use the Hardhat compiler, all Solidity files should be stored in the
`contracts` subdirectory.

Copy the example [hardhat.config.js](../scripts/hardhat.config.js) into this directory.
Copy the example [scripts/hardhat.config.js](../scripts/hardhat.config.js) into this directory.

Edit the `url:` value in the `hardhat.config.js` file to correspond with the url of the agent RPC server.
Using Docker this will be `http://localhost:8080/`.
Expand Down

0 comments on commit 50a64dd

Please sign in to comment.