Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman authored May 7, 2024
1 parent 4882d4a commit 59546bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h1>ERC-725<br>Ethereum Identity Standard</h1>
<div class="row">
<div class="col-8">
This is the home of ERC 725, a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js.
ERC 725 is a proposed standard for smart contrac accounts authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js.
</div>
</div>

Expand All @@ -48,7 +48,7 @@ <h1>ERC-725<br>Ethereum Identity Standard</h1>
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>What is ERC 725?</h2>
<p>ERC 725 is a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of ERC 20 and Web3.js. ERC 725 describes proxy smart contracts that can be controlled by multiple keys and other smart contracts. ERC 735 is an associated standard to add and remove claims to an ERC 725 identity smart contract. These identity smart contracts can describe humans, groups, objects, and machines. ERC 725 lives on the Ethereum blockchain.</p>
<p>ERC 725 is a generic standard for execution and data store. Its most common implementation is a blockchain-based identity/smart contract account. The most common implemnetation is called <a href="https://universalprofile.cloud" target="_blank">Universal Profiles</a> and can be found on the <a href="https://lukso.network" target="_blank">LUKSO Blockchain</a> an Ethereum twin network</p>
</div>
</div>

Expand All @@ -58,7 +58,7 @@ <h2>What is ERC 725?</h2>
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>Why ERC 725?</h2>
<p>ERC 725 allows for self-sovereign identity. Users should be able to own and manage their identity instead of ceding ownership of identity to centralized organizations. We have seen the negative effects of having centralized identity with damaging leaks and unfair selling of user data and identity. An open, portable standard for identities will enable decentralized reputation, governance, and more. Users will be able to take their identity across different Dapps and platforms that support this standard.</p>
<p>ERC 725 allows for self-sovereign identity. Users should be able to own and manage their identity instead of ceding ownership of identity to centralized organizations. We have seen the negative effects of having centralized identity with damaging leaks. An open, extensible standard for accounts will enable decentralized reputation, governance, and more. Users will be able to take their identity across different Dapps and platforms that support this standard.</p>
</div>
</div>
</div>
Expand All @@ -76,7 +76,7 @@ <h2>Developers</h2><br>
<p class="float-left">
<a href="https://github.com/frozeman">Fabian Vogelsteller</a>
Author of ERC 725<br>
Founder of LUKSO
Founder of <a href="https://lukso.network" target="_blank">LUKSO</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -846,10 +846,10 @@ <h1>Development</h1>
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ethereum/EIPs/issues/725">EIP Github</a>
</div>
<div class="col-sm-12 col-md-4 col-xl-3">
<img src="img/icon-origin.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://erc725.originprotocol.com">Playground</a>
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://universalprofile.cloud/">Universal Profiles / ERC725Account</a>
</div>
<div class="col-sm-12 col-md-4 col-xl-3">
<img src="img/icon-origin.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/OriginProtocol/identity-playground">Code</a>
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ERC725Alliance/ERC725/tree/develop/implementations">Smart contract implemations</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 59546bb

Please sign in to comment.