Skip to content

Commit

Permalink
Add example Dapps to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Sep 7, 2020
1 parent ab700ce commit 5c96541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,8 @@ bytes32 salt = keccak256(abi.encode(msg.sender, saltNonce));
where `msg.sender` is the user creating the proxy. The resulting proxy has an address which depends on the user address, the `saltNonce`, the `CPKFactory` address, and Safe master copy used, and the proxy creation bytecode.

To aid with figuring out the proxy address, the `CPKFactory` contract announces the proxy creation bytecode it uses via an accessor `proxyCreationCode`.

### Examples of applications built with the *CPK*

- https://github.com/germartinez/cpk-configuration-app
- https://github.com/gnosis/cpk-compound-tutorial

0 comments on commit 5c96541

Please sign in to comment.