Skip to content

Commit

Permalink
Update NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jg8481 committed Aug 15, 2024
1 parent 574a39b commit 1211b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes-images-and-demonstrations/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Steps to manually run and learn the flow of the Hardhat tools, and the Robot Fra

- Open a second terminal in the `solidity-hardhat-multichain-tools` root directory again, and run the following...
- npx hardhat run --network localhost ./scripts/deploy.js
- cd ./robotremoteserver && export HARDHAT_NETWORK=localhost && node ./robotframework-hardhat-remote-libraryjs
- cd ./robotremoteserver && export HARDHAT_NETWORK=localhost && node ./robotframework-hardhat-remote-library.js

- Open a third terminal in the `solidity-hardhat-multichain-tools` root directory again, and run the following...
- cd ./test && robot ./robotframework-hardhat-keywords-test.robot

- At this point, the tests should be running and you should see logs flowing from `hardhat` and the `robotframework-hardhat-remote-libraryjs`.
- At this point, the tests should be running and you should see logs flowing from `hardhat` and the `robotframework-hardhat-remote-library.js`.

0 comments on commit 1211b11

Please sign in to comment.