You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,13 @@ At the time of this writing (`May 2020`), this are the contents of this reposito
29
29
contracts ──┬─── access - Access Control Contracts, some of them built on top of `AccessControl.sol`
30
30
├─── classifieds - Example of a decentralized classifieds market for ERC721
31
31
├─── dao - Example of building a decentralized venture capital fund
32
-
├─── drafts - Stuff not yet ready for prime-time
33
32
├─── energy - Example of building a decentralized market for energy distribution
34
33
├─── exchange - The Uniswap decentralized market contracts, with solidity tests
35
34
├─── introspection - Example of using ERC165 to verify contract types before casting
36
35
├─── issuance - Example of an ICO, can be used as well for share issuances
37
36
├─── lists - Reusable implementations of different types of linked lists
38
37
├─── math - Reusable implementation of a lightweight fixed point math library
39
38
├─── state - Reusable implementation of a fully-featured state machine
40
-
├─── test - Implementations of contracts for testing of interanl functions
41
39
├─── token - Token implementations, including a reusable dividend-bearing ERC20
42
40
├─── utils - Reusable library to cast between `uint` and `int`.
43
41
└─── 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.
73
71
74
72
At the root of `contracts` are directories for each one of the topics, containing the simplest implementations that are in a mature state.
75
73
76
-
For contracts that are used as example implementations there is a `contracts/examples` directory with the appropriate topic folders inside.
77
-
78
74
For contracts that are under development there is a `contracts/drafts` directory with the appropriate topic folders inside.
79
75
80
76
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