Skip to content

Commit

Permalink
Update server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying-peng committed Jun 12, 2024
1 parent 14fc343 commit 4eb3992
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/docs/server.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Server

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/server?tab=doc)

The Server package reduces the work required to write your own Rosetta server.
The Server package reduces the work required to write your own Mesh server.
In short, this package takes care of the basics (boilerplate server code
and request validation) so that you can focus on code that is unique to your
implementation.

## Installation

```shell
go get github.com/coinbase/rosetta-sdk-go/server
go get github.com/coinbase/mesh-sdk-go/server
```

## Components
Expand Down

0 comments on commit 4eb3992

Please sign in to comment.