Go SDK
Overview
An introduction to zksync2-go
This guide will help you understand the fundamentals of zksync2-go
and how to get started.
What is zksync2-go
?
zksync2-go
is a Go library designed to interact with ZKsync, providing developers with the tools to integrate
ZKsync functionality into their Go applications. It simplifies the development process, offering easy-to-use
interfaces and comprehensive documentation.
Features of zksync2-go
- Scalability: Leverages ZKsync's layer-2 technology to provide high transaction throughput.
- Cost Efficiency: Reduces transaction fees compared to on-chain transactions.
- Security: Ensures secure transactions through zero-knowledge proofs.
- Ease of Use: Provides an intuitive API for seamless integration into Go applications.
- Interoperability: Compatible with existing Ethereum tools and infrastructure.
To use the
zksync2-go
, visit the Getting Started page.