This repository is a cloned version of Cosmos SDK v0.50.3, customized for tracks and stations to streamline the zk rollup proof generation process. The goal is to enhance the efficiency of zk proof generation by sending balance and other necessary details during transactions, reducing the need for additional calls.
- Optimized for zk Rollup Proof Generation: Includes enhancements to send balance and other details during transactions.
- Reduced Extra Calls: Streamlines the process, reducing the need for additional balance and detail retrievals.
To use this customized Cosmos SDK as a Go module in your project, add the following line to your go.mod file:
require github.com/airchains-network/cosmos-sdk-v0.50.3 v0.0.1
go mod tidy
OR
go get github.com/airchains-network/cosmos-sdk-v0.50.3 v0.0.1