Remove note about RC versions

This commit is contained in:
Jacob Evans
2018-09-13 14:22:33 +02:00
parent cf46d2c704
commit 3d1b7c10e8
3 changed files with 11 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ try {
_Promise syntax:_
```javascript
signature = signatureUtils
signatureUtils
.ecSignOrderHashAsync(providerEngine, orderHashHex, maker, SignerType.Default)
.then(function(signature) {
console.log(signature);

View File

@@ -1,3 +1 @@
<b>**NOTE:** Release candidate versions are meant to work with V2 of 0x protocol. To interact with V1, select a 0.X version.</b>
Welcome to the [0x.js](https://github.com/0xProject/0x-monorepo/tree/development/packages/0x.js) documentation! 0x.js is a Javascript library for interacting with the 0x protocol. With it, you can easily make calls to the 0x smart contracts as well as any token adhering to the token standards supported by the protocol (currently ERC20 & ERC721). Functionality includes generating, signing, filling and cancelling orders, verifying an orders signature, setting or checking a users ERC20/ERC721 token balance/allowance and much more.