Robert-SZ / SimpleEscrow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 93.7%Language:HTML 5.0%Language:CSS 1.2%