aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-01-09 03:16:48 +0800
committerFabio Berger <me@fabioberger.com>2019-01-09 03:16:48 +0800
commitde927d7207571e99a009320d9a47ae9815c2e198 (patch)
tree2fa59de3e2f60fdae1a25c7935c00707894fa8c6 /packages
parent93121892d6a0e5695900c6d61dad6d6b173c8a75 (diff)
parentc3a7cbc57dd8052aebc273d8382f42a52a70fdef (diff)
downloaddexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar.gz
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar.bz2
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar.lz
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar.xz
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.tar.zst
dexon-sol-tools-de927d7207571e99a009320d9a47ae9815c2e198.zip
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo: Remove beta note from asset-buyer
Diffstat (limited to 'packages')
-rw-r--r--packages/asset-buyer/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/asset-buyer/README.md b/packages/asset-buyer/README.md
index 383a3836a..b854bda11 100644
--- a/packages/asset-buyer/README.md
+++ b/packages/asset-buyer/README.md
@@ -1,7 +1,5 @@
## @0x/asset-buyer
-**Warning: In Beta, has not been extensively tested.**
-
Convenience package for buying assets represented on the Ethereum blockchain using 0x. In its simplest form, the package helps in the usage of the [0x forwarder contract](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md), which allows users to execute [Wrapped Ether](https://weth.io/) based 0x orders without having to set allowances, wrap Ether or own ZRX, meaning they can buy tokens with Ether alone. Given some liquidity (0x signed orders), it helps estimate the Ether cost of buying a certain asset (giving a range) and then buying that asset.
In its more advanced and useful form, it integrates with the [Standard Relayer API](https://github.com/0xProject/standard-relayer-api) and takes care of sourcing liquidity for you given an SRA compliant endpoint. The final result is a library that tells you what assets are available, provides an Ether based quote for any asset desired, and allows you to buy that asset using Ether alone.