Installation
Starknet.go is a Go library for interacting with the Starknet blockchain. This guide will help you set up Starknet.go in your Go project.
Prerequisites
- Go 1.20 or higher
- Basic familiarity with Go modules
Installing the Package
You can install Starknet.go using the go get
command: