Socket
Socket
Sign inDemoInstall

@celo/0x-contracts

Package Overview
Dependencies
257
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @celo/0x-contracts

Smart contract components of 0x protocol


Version published
Weekly downloads
15
increased by200%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Contracts

Smart contracts that implement the 0x protocol.

Usage

  • Docs
  • Overview of 0x protocol architecture
  • 0x smart contract interactions
  • Deployed smart contract addresses
  • 0x protocol message format

Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the 0x Improvement Proposals (ZEIPs) repository and follow the contribution guidelines provided therein.

Please read our contribution guidelines before getting started.

Install Dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

yarn build

or

yarn build:watch

Clean

yarn clean

Lint

yarn lint

Run Tests

Before running the tests, you will need to spin up a TestRPC instance.

In a separate terminal, start TestRPC (a convenience command is provided as part of the 0x.js monorepo)

cd ../..
yarn testrpc

Then in your main terminal run

yarn test

FAQs

Last updated on 01 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc