- 0x.js@0.28.0 - @0xproject/abi-gen@0.0.3 - @0xproject/assert@0.0.8 - @0xproject/connect@0.3.1 - contracts@2.1.0 - @0xproject/dev-utils@0.0.2 - @0xproject/json-schemas@0.7.0 - @0xproject/kovan_faucets@1.0.1 - @0xproject/monorepo-scripts@0.1.1 - @0xproject/subproviders@0.1.1 - @0xproject/tslint-config@0.3.0 - @0xproject/types@0.1.1 - @0xproject/utils@0.1.1 - @0xproject/web3-wrapper@0.1.1 - @0xproject/website@0.0.3
Contracts
Useful 0x Wiki Articles
- Architecture
- Contract Interactions
- Contract deployed addresses
- 0x Protocol Message Format
- Bug Bounty Program
Setup
Installing Dependencies
Install Node
Install yarn in order to install the project dependencies more deterministically.
Install project dependencies:
yarn
Running Tests
Start Testrpc
yarn testrpc
Run tests
yarn test
Contributing
0x protocol is intended to serve as an open technical standard for EVM blockchains and we strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within the 0x smart contracts or unit tests, please create an issue in this repository.
ZEIPs
Significant changes to 0x protocol's smart contracts, architecture, message format or functionality should be proposed in the 0x Improvement Proposals (ZEIPs) repository. Follow the contribution guidelines provided therein.
Coding conventions
We use a custom set of TSLint rules to enforce our coding conventions.
In order to see style violation errors, install a tslinter for your text editor. e.g Atom's atom-typescript.