An open API service indexing awesome lists of open source software.

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.

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% |