Valist Docs
  • Quick Start
    • ๐ŸŒ„Intro to Valist
      • ๐ŸŽฎValist For Gamers
      • ๐Ÿ‘จโ€๐Ÿ’ปValist For Game Developers
    • ๐Ÿš€Creating an Account & Project
    • ๐ŸŒWeb Dashboard
    • ๐Ÿ’ŽSapphire Launcher
    • ๐Ÿ’ปCLI
    • ๐ŸงฉGitHub Action
  • Publishing
    • ๐ŸŒPublishing Web Apps
      • Publishing a Next JS App
      • Publishing a React JS App
    • ๐ŸŽฎPublishing Unity Projects
    • ๐Ÿš€Publishing using CI/CD
    • โš™๏ธPublishing Binaries & Executables
  • Monetization
    • ๐Ÿ’ฐIntro to Software License NFTs
    • ๐Ÿ’ฑConfiguring Pricing for your Products
    • ๐Ÿ”Token-gating Unity Projects
  • TypeScript SDK
    • TypeScript SDK
    • TypeDoc
  • Golang SDK
    • Golang SDK
  • Live Deployments
    • Smart Contracts
    • Subgraph
    • Gas Tank
Powered by GitBook
On this page
  1. Golang SDK

Golang SDK

Documentation for the Valist Golang software development kit.

The Valist SDK has a Golang implementation to support common web3 environments. To view the Godoc, navigate to the link below:

Logovalist package - github.com/valist-io/valist-go - pkg.go.dev

The Client reference contains everything you'll need to get started. Another good resource is the Valist client tests, which demonstrate the way the interface is used:

Logovalist-go/client_test.go at main ยท valist-io/valist-goGitHub
PreviousTypeDocNextSmart Contracts

Last updated 2 years ago