Merge remote-tracking branch 'origin/data-marketplace' into data-marketplace

This commit is contained in:
Frederic Fortier
2018-01-11 20:05:01 -05:00
+3 -3
View File
@@ -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`
`tests/marketplace/test_marketplace.py`