Skip to content
Aakil Fernandes edited this page Feb 18, 2016 · 6 revisions

Want to contribute to the development of SafeMarket? You've come to the right place.

Gitter: https://github.com/SafeMarket/dapp Trello: https://trello.com/b/xObXCJ3t/safemarket

Setting up a dev environment

  1. Clone the SafeMarket/dapp repo
  2. Run npm install to install node dependencies
  3. Run bower install to install bower dependencies
  4. Start connecting to the devnet with grunt geth:development
  5. Start a local server with grunt server
  6. Build/watch files with grunt run

Running tests

We use protractor for running tests, meaning you must have protractor set up on your machine.

  1. If you don't have protractor installed, run npm install -g protractor
  2. Run webdriver-manager start
  3. In another terminal tab, run grunt test
Clone this wiki locally