aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-12 08:57:53 +0800
committerGitHub <noreply@github.com>2018-12-12 08:57:53 +0800
commit318e7d5b575419aecacdea97d822606c75e6853b (patch)
tree28ee57e62e445e43d44885db115b993b4d798ed1 /README.md
parenta939433bd25e26f3ba285f543999ee3a63e018a5 (diff)
downloaddexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar.gz
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar.bz2
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar.lz
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar.xz
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.tar.zst
dexon-sol-tools-318e7d5b575419aecacdea97d822606c75e6853b.zip
feat(sra_client.py)
* Code generation scripts * Generated code * Change test config to hit 0x-launch-kit * Ran prettier on generated code * First test case, of get_asset_pairs() * Use launch kit docker image to faciliate CI tests * Fix markdown rendering for GitHub and PyPI * Add URL for PyPI to link back to GitHub * Add one-line package description to README.md * Remove git_push.sh * Remove unimplemented tests * Add sra_client to top-level README package list * Remove repeated-everywhere long description * Add shorcuts for publishing * Remove TypeScript examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5fb7792eb..c68814d8f 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,10 @@ Visit our [developer portal](https://0xproject.com/docs/order-utils) for a compr
### Python Packages
-| 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 |
+| Package | Version | Description |
+| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
+| [`0x-order-utils`](/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 |
+| [`0x-sra-client`](/python-packages/sra_client) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-sra-client/) | A Python client for interacting with servers conforming to the Standard Relayer API specification |
### Typescript/Javascript Packages