Introduction
Learn how to cash your first crypto payment using the vxpay Go SDK.
Prerequisites
1. Install
Get the vxpay Go SDK.
go get github.com/vxpay/vxpay-go
2. Accept onchain payment
main.go
package main
import "github.com/vxpay/vxpay-go"
func main() {
apiKey := "YOUR_API_KEY"
}
...