Skip to content

Commit

Permalink
update to readme w/ EndaomentAdminStorage.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
rheeger committed Aug 8, 2020
1 parent a05fa1d commit 1bb8963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ The `EndaomentAdmin` contract creates the Roles necessary to execute the oversig

Several "getter" functions are also available to allow for querying of current role status or holder.

### `EndaomentAdminStorage.sol`
To prevent an attacker from deploying their own EndaomentAdmin contract and representing themselves as the EndaomentAdmin, both `FundFactory` and `OrgFactory` use `EndaomentAdminStorage` to allow `Fund` and `Org` contracts to keep a record of the current and correct `EndaomentAdmin` contract for overseeing actions.

### `Administratable.sol`
Provides an interface containing key modifiers for administering the `FundFactory` and `OrgFactory` that reference the `EndaomentAdmin` contract.

Expand Down

0 comments on commit 1bb8963

Please sign in to comment.