Skip to content

tendermint/cosmos-rosetta-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosmos Rosetta Shared Lib

This project provides the shared lib that implements the Coinbase Rosetta API used in Cosmos-SDK. This includes the libraries that are used by different versions of the SDK, including Launchpad and Stargate.

Rosetta SDK version


PkgGoDev codecov license LoC

Installation

go get -u github.com/tendermint/cosmos-rosetta-gateway

Testing

Testing of the rosetta gateway can be performed by:

  • cloning the cosmos-sdk
  • updating the cosmos-rosetta-gateway dependency
  • and running make test-rosetta

Resources