Skip to content

[sui] rest api implementation of the go language version, generate address, sign transaction and others

License

Notifications You must be signed in to change notification settings

ltp456/go-sui-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sui-sdk

example

//endpoint := "https://fullnode.devnet.sui.io:443"
endpoint := "http://127.0.0.1:9000"
client, err = NewSuiClient(endpoint)
if err != nil {
	panic(err)
}

About

[sui] rest api implementation of the go language version, generate address, sign transaction and others

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages