aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-11-17 20:07:25 +0800
committerGitHub <noreply@github.com>2018-11-17 20:07:25 +0800
commit43443d6057da64e972511e3a79334407874d2084 (patch)
tree811ef884ed0e314574768da001b5a4359d884091 /README.md
parent9914f7edefa96c564768233ab6a1f21b0835a49f (diff)
downloaddexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar.gz
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar.bz2
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar.lz
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar.xz
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.tar.zst
dexon-sol-tools-43443d6057da64e972511e3a79334407874d2084.zip
fix(order_utils.py): publish docs to S3, not RTD (#1264)
Publishing to readthedocs.io (RTD) wasn't working, for various reasons. Changed to publish docs to S3.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ceae41ba..90810f089 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ If you're developing on 0x now or are interested in using 0x infrastructure in t
### Published Packages
+#### TypeScript/JavaScript
+
| Package | Version | Description |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [`0x.js`](/packages/0x.js) | [![npm](https://img.shields.io/npm/v/0x.js.svg)](https://www.npmjs.com/package/0x.js) | A Javascript library for interacting with the 0x protocol |
@@ -52,6 +54,12 @@ If you're developing on 0x now or are interested in using 0x infrastructure in t
| [`@0x/utils`](/packages/utils) | [![npm](https://img.shields.io/npm/v/@0x/utils.svg)](https://www.npmjs.com/package/@0x/utils) | Shared utilities |
| [`@0x/web3-wrapper`](/packages/web3-wrapper) | [![npm](https://img.shields.io/npm/v/@0x/web3-wrapper.svg)](https://www.npmjs.com/package/@0x/web3-wrapper) | Web3 wrapper |
+#### Python
+
+| Package | Version | Description |
+| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
+| [`0x-order-utils.py`](/python-packages/order_utils) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-order-utils/) | A set of utilities for generating, parsing, signing and validating 0x orders |
+
### Private Packages
| Package | Description |