augur.js

v3.1.10
Augur JavaScript API

test

scripts/runtests.sh --core --create --trading --reporting

integration-test

mocha test/integration/core test/integration/create test/integration/markets test/integration/trading test/integration/reporting

reporting-sequence

mocha test/integration/reporting/sequence.js -R spec

lint

jshint gulpfile.js src/*.js src/modules/*.js scripts/*.js test/*.js

coverage

istanbul cover ./node_modules/mocha/bin/_mocha test/unit/core test/unit/create test/unit/trading test/unit/reporting --report lcovonly -- -R min && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

link

npm link augur-contracts && npm link ethrpc && npm link ethereumjs-connect && npm link keythereum && npm link augur-abi

Metadata

  • AAL
  • >= 4.2.x
  • Jack Peterson
  • released 11/25/2016

Downloads