Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 477 Bytes

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.