Skip to content

sprintertech/go-anvil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-anvil: Go Bindings for Anvil

Go Reference Go Report Card

go-anvil provides an easy way to use Anvil nodes from Go.

Note

go-anvil requires the foundy binary to be installed. See the foundry repository for installation instructions.

go get github.com/sprintertech/go-anvil

Getting Started

cli := anvil.New(
    anvil.WithPort(8545),
)

err := cli.Run()
if err != nil {
    print(err)	
} 

Warning

This package is pre-1.0. There might be breaking changes between minor versions.

About

Go Bindings for Anvil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages