Installation
This guide will help you understand the fundamentals of zksync2-go and how to get started.
About 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.
Follow the steps below to set up the SDK in your development environment.
Prerequisites
- Go: >=1.17 (installation guide)
Installation steps
To install SDK for ZKsync, run the command below in your terminal.
go get github.com/zksync-sdk/zksync2-go
This command will download and install the zksync2-go package and its dependencies into your Go workspace.
What next?
After completing these steps, zksync2-go will be installed and ready to use in your Go projects. You can now proceed
to integrate ZKsync functionalities into your applications by following the usage examples and API documentation.