aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/README.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 02:01:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 02:01:38 +0800
commitb88ff0a19ff7695086107cbcffe980dc4ad84e10 (patch)
treef47cd93205d0e6c695edf1d984ed53f38df6525c /contracts/core/README.md
parenta365ab11d24ff8365b7d69a948b1b5211b772f5e (diff)
downloaddexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar.gz
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar.bz2
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar.lz
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar.xz
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.tar.zst
dexon-sol-tools-b88ff0a19ff7695086107cbcffe980dc4ad84e10.zip
Refactor out examples
Diffstat (limited to 'contracts/core/README.md')
-rw-r--r--contracts/core/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/contracts/core/README.md b/contracts/core/README.md
index 8371d8041..922ea21ad 100644
--- a/contracts/core/README.md
+++ b/contracts/core/README.md
@@ -10,8 +10,6 @@ Contracts that make up and interact with version 2.0.0 of the protocol can be fo
* This directory contains the contracts that make up version 2.0.0. A full specification can be found [here](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md).
* [extensions](./contracts/extensions)
* 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.
* [test](./contracts/test)
* This directory contains mocks and other contracts that are used solely for testing contracts within the other directories.