Categorygithub.com/avvydomains/golang-client
modulepackage
0.2.0
Repository: https://github.com/avvydomains/golang-client.git
Documentation: pkg.go.dev

# README

Installation

go get github.com/avvydomains/golang-client/avvy

Usage

Forward Resolution

import (
    "fmt"
    "github.com/avvydomains/golang-client/avvy"
)

func main() {
    rpcUrl := "https://api.avax.network/ext/bc/C/rpc"
    chainId := 43114
    client := new(avvy.Client)
    client.Init(rpcUrl, chainId)
    value, success := client.ResolveStandard("avvydomains.avax", client.RECORDS["EVM"])
    if success {
        fmt.Println(value)
    }
}

Development

See DEVELOPMENT.md

# Packages

No description provided by the author
No description provided by the author