@@ -29,7 +29,7 @@ Go SDK for building applications on [Tempo](https://tempo.xyz)
2929## Installation
3030
3131``` bash
32- go get github.com/tempo /tempo-go
32+ go get github.com/tempoxyz /tempo-go
3333```
3434
3535## Quick Start
@@ -42,9 +42,9 @@ import (
4242 " math/big"
4343
4444 " github.com/ethereum/go-ethereum/common"
45- " github.com/tempo /tempo-go/pkg/client"
46- " github.com/tempo /tempo-go/pkg/signer"
47- " github.com/tempo /tempo-go/pkg/transaction"
45+ " github.com/tempoxyz /tempo-go/pkg/client"
46+ " github.com/tempoxyz /tempo-go/pkg/signer"
47+ " github.com/tempoxyz /tempo-go/pkg/transaction"
4848)
4949
5050func main () {
@@ -149,11 +149,11 @@ client.SendTransaction(tx)
149149
150150## Packages
151151
152- | Package | Description | Documentation |
153- | ------------- | -------------------------------------------------- | ---------------------------------------------------------------- |
154- | ` transaction ` | TempoTransaction encoding, signing, and validation | [ README] ( pkg/transaction/README.md ) |
155- | ` client ` | RPC client for interacting with Tempo nodes | [ GoDoc] ( https://pkg.go.dev/github.com/tempo /tempo-go/pkg/client ) |
156- | ` signer ` | Key management and signature generation | [ GoDoc] ( https://pkg.go.dev/github.com/tempo /tempo-go/pkg/signer ) |
152+ | Package | Description | Documentation |
153+ | ------------- | -------------------------------------------------- | ------------------------------------------------------------------- |
154+ | ` transaction ` | TempoTransaction encoding, signing, and validation | [ README] ( pkg/transaction/README.md ) |
155+ | ` client ` | RPC client for interacting with Tempo nodes | [ GoDoc] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go/pkg/client ) |
156+ | ` signer ` | Key management and signature generation | [ GoDoc] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go/pkg/signer ) |
157157
158158## Testing
159159
@@ -198,10 +198,10 @@ View documentation locally:
198198
199199``` bash
200200make docs
201- # Opens at http://localhost:6060/pkg/github.com/tempo /tempo-go/
201+ # Opens at http://localhost:6060/pkg/github.com/tempoxyz /tempo-go/
202202```
203203
204- Full API documentation is also available on [ pkg.go.dev] ( https://pkg.go.dev/github.com/tempo /tempo-go ) .
204+ Full API documentation is also available on [ pkg.go.dev] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go ) .
205205
206206## Development Setup
207207
@@ -213,7 +213,7 @@ Full API documentation is also available on [pkg.go.dev](https://pkg.go.dev/gith
213213### Building
214214
215215``` bash
216- git clone https://github.com/tempo /tempo-go.git
216+ git clone https://github.com/tempoxyz /tempo-go.git
217217cd tempo-go
218218
219219go mod download
0 commit comments