Skip to content
Darius Parvin edited this page Nov 12, 2021 · 4 revisions

Welcome to the tezos-contract wiki!

Here we have some documentation around the design and usage of the zkChannels smart contract used on Tezos.

Smart contract design overview

The zkChannels smart contract design document gives a high level overview of how the contract operates.

Contract origination and entrypoint formatting

Contract operations contains a detailed breakdown of how to interact with the contract, including origination and calling each entrypoint.

Gas and storage usage

For benchmarks on the gas and storage usage based on edo2net, click here. The Edo2net tests can be run on testnet using the pytezos tests.

zkChannel contract optimizations

The zkChannel contract optimizations document gives a description of how the contract can be optimized for future.

Further reading