Skip to content

Commit 8aa46eb

Browse files
authored
Update README.md
1 parent 33135cb commit 8aa46eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ System provisions for generic interfaces for distributors, developers and instal
2020

2121
This system acts as generalized and efficient factory which is designed in one-fits-all principle. It achieves this by splitting EDS users in following groups:
2222
- **Developers**: Create a distributable (statless) software that can be instantiated. It can use already deployed contracts and functionality!
23-
- **Distributors**: Security firms and traditional distributor agencies. Ensure that distributions they list are secure, trusted and act in their user interest!
23+
- **Distributors**: Security firms and traditional distributor agencies. Ensure that distributions they list are secure (think of this as a runtime checked audit attestation), trusted and act in their user interest!
2424
- **Smart accounts**: Use Distributor softeware to plug it into you'r smart account!
2525

2626
IN the background, there is extensive use of proxies to map instances, that are proxies, to a right functionality. Instances are also treated as middelwares that are hooked to distributor with use of [ERC7746](https://eips.ethereum.org/EIPS/eip-7746), in such way that caller cannot reach the functionality without first checking with distributor. The distributor in his turn, by default checks if the instance is valid distribution.

0 commit comments

Comments
 (0)