10000 GitHub - trishtzy/gosafe: go sdk for safe-core-sdk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

trishtzy/gosafe

Repository files navigation

gosafe

go sdk for safe-core-sdk

Example

const SafeProxyFactoryAddress = "0x66b3428018ca07e41746f8a8fad8bf7b37238f0a"
client, err := gosafe.New(gosafe.Config{
  SafeAddress:  SafeProxyFactoryAddress,
  EthClientUrl: "https://eth.llamarpc.com",
})
if err != nil {
  log.Fatal(err)
}

fmt.Println("Address: ", client.Address)
fmt.Println("ChainId: ", client.ChainId)
fmt.Println("Nonce: ", client.Nonce)
fmt.Println("Owners: ", client.Owners)

About

go sdk for safe-core-sdk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0