Skip to content

Latest commit

 

History

History
 
 

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Go MESC Implementation

This is a reference implementation of the Go MESC standard.

Installation

To use this project within your Golang project, execute the following within your project:

go get github.com/paradigmxyz/mesc/go

Example Usage

// TODO: pending doc

Reference

Refer to the function signatures defined in endpoints.go for the list of available functions.

Models are available in the model package.