/openrpc-go

The Go implementation of OpenRPC.

Primary LanguageGo

openRPC-Go

OpenRPC logo

The Go implementation of openRPC.

Prerequisites

Go: any one of the three latest major releases.

Installation

Import the package in your code:

import "github.com/RunningIkkyu/openrpc-go"

then, go [build|run|test] will automatically fetch the package.

Otherwise, to install the openrpc-go package, run the following command:

$ go get -u github.com/RunningIkkyu/openrpc-go

Quick Start

TBD

Learn more