Installation

Prerequisites

  • Access to a blockchain RPC endpoint (e.g., Infura, Alchemy, or local node)

  • Optionally: A wallet with some balance for transaction fees

Installation Steps

bash# Clone the repository
git clone https://github.com/ayush78490/Go-Predix.git
cd Go-Predix/gopredix-sdk

# Install dependencies
go mod download

# Run tests to verify installation
go test ./...

Module Installation

Add to your go.mod:

textrequire github.com/ayush78490/Go-Predix/gopredix-sdk v1.0.0

Or use:

Last updated