Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 378 Bytes

start.md

File metadata and controls

19 lines (15 loc) · 378 Bytes

Getting Started

You can get started by installing and importing the library into your project with:

go get "github.com/openmonero/monero.go@latest"

And:

import "github.com/openmonero/monero.go/src"

Then you can use functions in your project:

fmt.Println(monero.Version())

Functions

You can see all function in functions.md