Skip to content

Latest commit

 

History

164 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas Go SDK

Quickstart

Download the SDK package.

go get github.com/FastLane-Labs/atlas-sdk-go

Import the package and initialize the SDK.

package main

import (
	"github.com/FastLane-Labs/atlas-sdk-go/core"
	"github.com/ethereum/go-ethereum/ethclient"
)

func main() {
	ethClient, _ := ethclient.Dial("https://rpc.sepolia.org")
	defer ethClient.Close()

	sdk, _ := core.NewAtlasSdk([]interface{}{ethClient}, nil)
}

References

The full API reference is described in this document: https://atlas-docs.pages.dev/atlas/sdks/golang/methods.

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages