Add launch kit to Developer home list of tools

This commit is contained in:
Fabio Berger
2018-11-16 13:51:09 +00:00
parent 20e3a22d5d
commit e36fc4e6ae

View File

@@ -65,6 +65,15 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
shouldOpenInNewTab: true,
},
},
{
description:
'Launch a 0x relayer in under a minute with Launch Kit. `0x-launch-kit` is an open-source, free-to-use 0x relayer template that you can use as a starting point for your own project.',
link: {
title: '0x launch kit',
to: 'https://github.com/0xProject/0x-launch-kit',
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)',