https://github.com/tendermint/cosmos-rosetta-gateway
Rosetta Libraries for Cosmos SDK apps
https://github.com/tendermint/cosmos-rosetta-gateway
Last synced: over 1 year ago
JSON representation
Rosetta Libraries for Cosmos SDK apps
- Host: GitHub
- URL: https://github.com/tendermint/cosmos-rosetta-gateway
- Owner: tendermint
- License: apache-2.0
- Created: 2020-08-06T15:11:41.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-12T08:47:41.000Z (about 5 years ago)
- Last Synced: 2025-03-27T21:21:48.331Z (over 1 year ago)
- Language: Go
- Size: 15.5 MB
- Stars: 24
- Watchers: 6
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.
[](https://github.com/coinbase/rosetta-sdk-go/releases/tag/v0.6.10)
---
[](https://pkg.go.dev/github.com/tendermint/cosmos-rosetta-gateway)
[](https://codecov.io/gh/tendermint/cosmos-rosetta-gateway)
[](https://github.com/tendermint/cosmos-rosetta-gateway/blob/develop/LICENSE)
[](https://github.com/tendermint/cosmos-rosetta-gateway)
## Installation
```bash
go get -u github.com/tendermint/cosmos-rosetta-gateway
```
## Testing
Testing of the rosetta gateway can be performed by:
- cloning the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk)
- updating the `cosmos-rosetta-gateway` dependency
- and running `make test-rosetta`
## Resources
- Cosmos SDK: https://github.com/cosmos/cosmos-sdk
- Coinbase Rosetta API: https://www.rosetta-api.org