https://github.com/coolcode/solidity-compression-decompression
Solidity Compression Decompression
https://github.com/coolcode/solidity-compression-decompression
Last synced: 4 months ago
JSON representation
Solidity Compression Decompression
- Host: GitHub
- URL: https://github.com/coolcode/solidity-compression-decompression
- Owner: coolcode
- License: mit
- Created: 2024-01-29T13:53:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T02:35:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T04:06:14.293Z (10 months ago)
- Language: Solidity
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Solidity Calldata Compression & Decompression



Explore the world of Solidity calldata compression and decompression in this open-source project. This initiative aims to compare various compression methods, evaluating their effectiveness and performance.
## Getting Started
rust build
```sh
cd rust
cargo build --release
```
node.js build
```sh
cd js
pnpm install
pnpm compress 0xa9059cbb000000000000000000000000000000000000000000000000000000000000000b0000000000000000000000000000000000000000000000000de0b6b3a7640000
```
forge build and test
```sh
forge build
forge test
```
## References
- [1inch Compression](https://github.com/1inch/calldata-compressor)
- [ZeroKompressed](https://github.com/clabby/op-kompressor)