diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-05 21:23:35 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 01:19:06 +0800 |
commit | ea8f35b74315fb81246082f56ca5f5fd79077d05 (patch) | |
tree | 8b11a3134c14e14dacab113c0a0a4f3ae6482da9 /contracts/core/README.md | |
parent | 9365a3bc753a4351ead3159cdecc431096529a2b (diff) | |
download | dexon-0x-contracts-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.gz dexon-0x-contracts-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.zst dexon-0x-contracts-ea8f35b74315fb81246082f56ca5f5fd79077d05.zip |
Refactor out tokens from core contracts package
Diffstat (limited to 'contracts/core/README.md')
-rw-r--r-- | contracts/core/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contracts/core/README.md b/contracts/core/README.md index 0004925c1..8371d8041 100644 --- a/contracts/core/README.md +++ b/contracts/core/README.md @@ -12,10 +12,6 @@ Contracts that make up and interact with version 2.0.0 of the protocol can be fo * This directory contains contracts that interact with the 2.0.0 contracts and will be used in production, such as the [Forwarder](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md) contract. * [examples](./contracts/examples) * This directory contains example implementations of contracts that interact with the protocol but are _not_ intended for use in production. Examples include [filter](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#filter-contracts) contracts, a [Wallet](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#wallet) contract, and a [Validator](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#validator) contract, among others. -* [tokens](./contracts/tokens) - * This directory contains implementations of different tokens and token standards, including [wETH](https://weth.io/), ZRX, [ERC20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md), and [ERC721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md). -* [utils](./contracts/utils) - * This directory contains libraries and utils that are shared across all of the other directories. * [test](./contracts/test) * This directory contains mocks and other contracts that are used solely for testing contracts within the other directories. |