...ssertEq(proxyBalance, 0);
// case 1: test for both writing slot and return data in type uint256
assertEq(minimalProxy.i(), 0);
assertEq(_implement.i(), 0);
// call without eth value
minimalProxy.setUint(1024);
assertEq(minimalProxy.i(), 1024)...
... fabric is an implementation of blockchain technology, leveraging familiar and proven technologies. It is a modular architecture allowing pluggable implementations of various function. It features powerful container technology to host any mainstream language for smart contracts development.
```
...