LoopringSecondary / protocol

Loopring Protocol Smart Contract on Ethereum

Home Page:https://loopring.github.io/protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loopring Protocol Smart Contracts

Compile

If you are using Windows:

npm install --global --production windows-build-tools

Then run the following commands from project's root directory:

npm install
npm run compile

Deployment on Ethereum Mainnet:

Run Unit Tests

  • run npm run testrpc from project's root directory in terminal.
  • run npm run test from project's root directory in another terminal window.
  • run single test: npm run test -- transpiled/test/xxx.js

Run Unit Tests inside Docker

If you prefer to use docker, you can install docker first, then run the following:

npm run docker

If you do not have node/npm installed but still wish to use docker, you can run the commands manually:

docker-compose up --build --abort-on-container-exit
docker-compose logs -f test

The logs command is optional but will give you an easy to read output of the tests without the output from testrpc mixed in (though the combination of both is good for debugging and is why they're not being silenced.)

About

Loopring Protocol Smart Contract on Ethereum

https://loopring.github.io/protocol

License:Apache License 2.0


Languages

Language:TypeScript 92.6%Language:JavaScript 4.9%Language:Shell 2.4%Language:CSS 0.2%