/SimpleEscrow

Primary LanguageJavaScript

SimpleEscrow

Run FrontEnd Tests

There are 12 tests, which cover all main parts of the business logic and UI. Run npm run test to launch the tests.

Run Solidity Tests

  1. You should install ethereumjs-testrpc:
  • npm install ethereumjs-testrpc web3@0.20.1.
  1. Launch testrpc net with the following command:
  • nodemodules/.bin/testrpc
  1. Run command truffle test to launch solidity tests from the project directory
  • truffle test