@@ -14,7 +14,7 @@ Go SDK for building applications on [Tempo](https://tempo.xyz)
1414## Installation
1515
1616``` bash
17- go get github.com/tempo /tempo-go
17+ go get github.com/tempoxyz /tempo-go
1818```
1919
2020## Quick Start
@@ -27,9 +27,9 @@ import (
2727 " math/big"
2828
2929 " github.com/ethereum/go-ethereum/common"
30- " github.com/tempo /tempo-go/pkg/client"
31- " github.com/tempo /tempo-go/pkg/signer"
32- " github.com/tempo /tempo-go/pkg/transaction"
30+ " github.com/tempoxyz /tempo-go/pkg/client"
31+ " github.com/tempoxyz /tempo-go/pkg/signer"
32+ " github.com/tempoxyz /tempo-go/pkg/transaction"
3333)
3434
3535func main () {
@@ -137,8 +137,8 @@ client.SendTransaction(tx)
137137| Package | Description | Documentation |
138138| ---------| -------------| ---------------|
139139| ` transaction ` | TempoTransaction encoding, signing, and validation | [ README] ( pkg/transaction/README.md ) |
140- | ` client ` | RPC client for interacting with Tempo nodes | [ GoDoc] ( https://pkg.go.dev/github.com/tempo /tempo-go/pkg/client ) |
141- | ` signer ` | Key management and signature generation | [ GoDoc] ( https://pkg.go.dev/github.com/tempo /tempo-go/pkg/signer ) |
140+ | ` client ` | RPC client for interacting with Tempo nodes | [ GoDoc] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go/pkg/client ) |
141+ | ` signer ` | Key management and signature generation | [ GoDoc] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go/pkg/signer ) |
142142
143143## Testing
144144
@@ -183,10 +183,10 @@ View documentation locally:
183183
184184``` bash
185185make docs
186- # Opens at http://localhost:6060/pkg/github.com/tempo /tempo-go/
186+ # Opens at http://localhost:6060/pkg/github.com/tempoxyz /tempo-go/
187187```
188188
189- Full API documentation is also available on [ pkg.go.dev] ( https://pkg.go.dev/github.com/tempo /tempo-go ) .
189+ Full API documentation is also available on [ pkg.go.dev] ( https://pkg.go.dev/github.com/tempoxyz /tempo-go ) .
190190
191191## Development Setup
192192
@@ -198,7 +198,7 @@ Full API documentation is also available on [pkg.go.dev](https://pkg.go.dev/gith
198198### Building
199199
200200``` bash
201- git clone https://github.com/tempo /tempo-go.git
201+ git clone https://github.com/tempoxyz /tempo-go.git
202202cd tempo-go
203203
204204go mod download
0 commit comments