augur.js

v2.4.1
Augur JavaScript API

test

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

integration-test

AUGURJS_INTEGRATION_TESTS=true scripts/runtests.sh --core --create --markets --trading --reporting --spec

reporting-sequence

AUGURJS_INTEGRATION_TESTS=true mocha test/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/core test/create test/markets test/trading test/reporting --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

setup

scripts/setup.js --reset --faucets

build

gulp build

link

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

Metadata

  • AAL
  • >= 4.2.x
  • Jack Peterson
  • released 9/1/2016

Downloads