Skip to content

Commit

Permalink
docs: update deploy instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 31, 2023
1 parent f43ec3c commit 2c104d1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,12 @@ $ pnpm deploy:contracts

### Tasks

#### Deploy Greeter
#### Deploy Lock

Deploy a new instance of the Greeter contract via a task:
Deploy a new instance of the Lock contract via a task:

```sh
$ pnpm task:deployGreeter --network ganache --greeting "Bonjour, le monde!"
```

#### Set Greeting

Run the `setGreeting` task on the Ganache network:

```sh
$ pnpm task:setGreeting --network ganache --greeting "Bonjour, le monde!" --account 3
$ pnpm task:deployLock --unlock 100 --value 0.1
```

## Tips
Expand Down

0 comments on commit 2c104d1

Please sign in to comment.