go-transfer-gateway

module
v0.0.0-...-89a1428 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: BSD-3-Clause

README

transfer-gateway

Transfer Gateway Go contracts and Oracles for loomchain.

Building

The only thing in this repo you can build are the unit tests, the Oracles themselves should be built via the loomchain Makefile. Checkout this repo under the same GOPATH as loomchain, into the $GOPATH/src/github.com/loomnetwork/transfer-gateway directory.

To run the tests in this repo you'll need to install the dependencies, there are two options.

Option 1: Reuse loomchain GOPATH (you probably want this)

If you want to use the same GOPATH your loomchain checkout is in you can do so by only installing the vendored dependencies:

make vendor-deps
Option 2: Set up new GOPATH (for running tests on CI)

If you want to setup a separate GOPATH just for building the tests you can do so by running:

make deps

Directories

Path Synopsis
builtin
oracles

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL