Skip to content

Commit 0b65435

Browse files
authored
Update README.md
1 parent ded00f6 commit 0b65435

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ At the time of this writing (`May 2020`), this are the contents of this reposito
2929
contracts ──┬─── access - Access Control Contracts, some of them built on top of `AccessControl.sol`
3030
├─── classifieds - Example of a decentralized classifieds market for ERC721
3131
├─── dao - Example of building a decentralized venture capital fund
32-
├─── drafts - Stuff not yet ready for prime-time
3332
├─── energy - Example of building a decentralized market for energy distribution
3433
├─── exchange - The Uniswap decentralized market contracts, with solidity tests
3534
├─── introspection - Example of using ERC165 to verify contract types before casting
3635
├─── issuance - Example of an ICO, can be used as well for share issuances
3736
├─── lists - Reusable implementations of different types of linked lists
3837
├─── math - Reusable implementation of a lightweight fixed point math library
3938
├─── state - Reusable implementation of a fully-featured state machine
40-
├─── test - Implementations of contracts for testing of interanl functions
4139
├─── token - Token implementations, including a reusable dividend-bearing ERC20
4240
├─── utils - Reusable library to cast between `uint` and `int`.
4341
└─── voting - Example implementations of token-based and address-based votings
@@ -73,8 +71,6 @@ Inside the contracts folder the files are organized by topic and by type.
7371

7472
At the root of `contracts` are directories for each one of the topics, containing the simplest implementations that are in a mature state.
7573

76-
For contracts that are used as example implementations there is a `contracts/examples` directory with the appropriate topic folders inside.
77-
7874
For contracts that are under development there is a `contracts/drafts` directory with the appropriate topic folders inside.
7975

8076
For contracts that are used for testing of libraries or internal methods there is a `contracts/test` directory with the appropriate topic folders inside.

0 commit comments

Comments
 (0)