Merge branch 'development' into feature/website/new-logos

This commit is contained in:
Steve Klebanoff
2018-12-20 10:22:29 -08:00
79 changed files with 5357 additions and 242 deletions

View File

@@ -99,6 +99,14 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
shouldOpenInNewTab: true,
},
},
{
description: 'A Python Standard Relayer API client',
link: {
title: '0x-sra-client.py',
to: 'https://pypi.org/project/0x-sra-client/',
shouldOpenInNewTab: true,
},
},
{
description:
'An http & websocket client for interacting with relayers that have implemented the [Standard Relayer API](https://github.com/0xProject/standard-relayer-api)',