diff --git a/marketplace/README.md b/marketplace/README.md index 599d8112..61f63842 100644 --- a/marketplace/README.md +++ b/marketplace/README.md @@ -3,9 +3,9 @@ It was generated with Truffle. Truffle can be used to compile and test the smart contracts. It's being tested on a test blockhain using Ganache. Steps to test: -* Download an run Ganache +* Download and run Ganache * Ensure that your Ganache endpoint matches `truffle.js` -* In this `marketplace` folder: +* In this `marketplace` folder, run the following commands: * `truffle compile` * `truffle test` * `truffle migrate --reset` @@ -15,4 +15,4 @@ Steps to test: including its address. Copy/paste the address into `catalyst/marketplace/marketplace.py`. * Run the catalyst marketplace unit tests: -`tests/marketplace/test_marketplace.py` \ No newline at end of file +`tests/marketplace/test_marketplace.py`