https://github.com/shaunazzopardi/secure-parity-wallet
A case study in securing calls between smart contracts using the Parity wallet.
https://github.com/shaunazzopardi/secure-parity-wallet
ethereum monitoring parity solidity verification
Last synced: about 2 months ago
JSON representation
A case study in securing calls between smart contracts using the Parity wallet.
- Host: GitHub
- URL: https://github.com/shaunazzopardi/secure-parity-wallet
- Owner: shaunazzopardi
- License: gpl-3.0
- Created: 2018-04-23T13:26:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T21:05:00.000Z (about 8 years ago)
- Last Synced: 2025-10-06T12:59:36.677Z (8 months ago)
- Topics: ethereum, monitoring, parity, solidity, verification
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secure-parity-wallet
A case study in securing calls between smart contracts using the Parity wallet. See monitors in monitored/monitors.
| Deployer | Additions | Added Deployment Cost (in gas units) | Added Deployment Cost (as a percentage of original)|
|------------------|--------------------------|--------------------------------------|----------------------------------------------------|
| Service Provider | Library Instrumentation | 807111 | 35.23%|
| User | FullPM + FullEM Monitoring | 354017 + 295818 | 97.46% + 81.44%|
|| FullPM + (ResidualEM) Monitoring | 354017 + 210829 | 97.46% + 58.04% |
|| (ResidualPM) + (ResidualEM) Monitoring | 325911 + 210829 | 89.73% + 58.04% |