Skip to content

Commit

Permalink
update pk extraction command
Browse files Browse the repository at this point in the history
  • Loading branch information
sskeirik committed Dec 19, 2024
1 parent ac55ca2 commit 85d42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ As an example, to deploy a Wasm contract and invoke a function on it, you can do
3. Generate an account for use in the test

```sh
poetry -C pykwasm run mkacct > pk_file
poetry -C pykwasm run mkacct | cut -d' ' -f2 > pk_file
```

4. Fund the new account
Expand Down

0 comments on commit 85d42f2

Please sign in to comment.