From 6f7e156f492e4bfaad437ad3c974a53a402e62ce Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 13 Aug 2020 13:32:57 -0600 Subject: [PATCH] Add deprecation warning to Instant README --- packages/instant/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/instant/README.md b/packages/instant/README.md index 6308599b6a..74e2b17789 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -1,5 +1,10 @@ ## @0x/instant +## ⚠️ Deprecation Warning ️️⚠️ + +This project is no longer being actively maintained. +To fork or run a [Standard Relayer API](https://0x.org/docs/api#sra) instance, you can use the [0x API](https://github.com/0xProject/0x-api) instead. + ## Integration Looking to integrate 0x Instant into your web application or site? Check out the dedicated [instant documentation](https://0x.org/docs/guides/integrate-instant#ui-integration) to get started. The documentation covers instant and related topics in depth. For a more "drag and drop" experience, check out our [configurator tool](https://0x.org/instant#configure). For on demand developer support, join our [Discord](https://discordapp.com/invite/d3FTX3M).