This is a reference implementation of the Go MESC standard.
To use this project within your Golang project, execute the following within your project:
go get github.com/paradigmxyz/mesc/go
// TODO: pending doc
Refer to the function signatures defined in endpoints.go for the list of available functions.
Models are available in the model package.