aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/docs_home.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-11-21 19:47:45 +0800
committerFabio Berger <me@fabioberger.com>2018-11-21 19:47:45 +0800
commitfb7ac819456c86f9e5f8d2bef3127f21727f486d (patch)
tree0768558eda0de1ef7be1923db84105567e6d95fa /packages/website/ts/pages/documentation/docs_home.tsx
parentdb26ca977f56468e1ce7dbb30ed38e537912e545 (diff)
downloaddexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar.gz
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar.bz2
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar.lz
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar.xz
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.tar.zst
dexon-sol-tools-fb7ac819456c86f9e5f8d2bef3127f21727f486d.zip
Add migrations, contract-addresses and contract-artifacts to Developers home
Diffstat (limited to 'packages/website/ts/pages/documentation/docs_home.tsx')
-rw-r--r--packages/website/ts/pages/documentation/docs_home.tsx25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx
index e3328f3fa..f68d2892f 100644
--- a/packages/website/ts/pages/documentation/docs_home.tsx
+++ b/packages/website/ts/pages/documentation/docs_home.tsx
@@ -109,6 +109,14 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
},
{
description:
+ "A package to deploy the 0x protocol's system of smart contracts to the testnet of your choice",
+ link: {
+ title: '@0x/migrations',
+ to: WebsitePaths.Migrations,
+ },
+ },
+ {
+ description:
'A collection of 0x-related JSON-schemas (incl. SRA request/response schemas, 0x order message format schema, etc...)',
link: {
title: '@0x/json-schemas',
@@ -133,6 +141,23 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
},
{
description:
+ 'A tiny utility library for getting known deployed contract addresses for a particular network.',
+ link: {
+ title: '@0x/contract-addresses',
+ to: 'https://www.npmjs.com/package/@0x/contract-addresses',
+ shouldOpenInNewTab: true,
+ },
+ },
+ {
+ description: 'Smart contract compilation artifacts for the latest version of the 0x protocol.',
+ link: {
+ title: '@0x/contract-artifacts',
+ to: 'https://www.npmjs.com/package/@0x/contract-artifacts',
+ shouldOpenInNewTab: true,
+ },
+ },
+ {
+ description:
'Contains the Standard Relayer API OpenAPI Spec. The package distributes both a javascript object version and a json version.',
link: {
title: '@0x/sra-spec',