Skip to content

Commit c67b16f

Browse files
committed
fix: changing package name in readme files
1 parent 6540bcf commit c67b16f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
**English** | [中文](https://github.com/nanmu42/etherscan-api/blob/master/README_ZH.md)
1+
**English** | [中文](https://github.com/uded/etherscan-api/blob/master/README_ZH.md)
22

33
# etherscan-api
44

5-
[![GoDoc](https://godoc.org/github.com/nanmu42/etherscan-api?status.svg)](https://godoc.org/github.com/nanmu42/etherscan-api)
6-
[![CI status](https://github.com/nanmu42/etherscan-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/nanmu42/etherscan-api/actions)
7-
[![codecov](https://codecov.io/gh/nanmu42/etherscan-api/branch/master/graph/badge.svg)](https://codecov.io/gh/nanmu42/etherscan-api)
8-
[![Go Report Card](https://goreportcard.com/badge/github.com/nanmu42/etherscan-api)](https://goreportcard.com/report/github.com/nanmu42/etherscan-api)
5+
[![GoDoc](https://godoc.org/github.com/uded/etherscan-api?status.svg)](https://godoc.org/github.com/uded/etherscan-api)
6+
[![CI status](https://github.com/uded/etherscan-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/uded/etherscan-api/actions)
7+
[![codecov](https://codecov.io/gh/uded/etherscan-api/branch/master/graph/badge.svg?token=2OFgDXhVM0)](https://codecov.io/gh/uded/etherscan-api)
8+
[![Go Report Card](https://goreportcard.com/badge/github.com/uded/etherscan-api)](https://goreportcard.com/report/github.com/uded/etherscan-api)
99

1010
Golang client for the Etherscan.io API(and its families like BscScan), with nearly full implementation(accounts, transactions, tokens, contracts, blocks, stats), full network support(Mainnet, Ropsten, Kovan, Rinkby, Goerli, Tobalaba), and only depending on standard library. :wink:
1111

1212
# Usage
1313

1414
```bash
15-
go get github.com/nanmu42/etherscan-api
15+
go get github.com/uded/etherscan-api
1616
```
1717

1818
Create an API instance and off you go. :rocket:
1919

2020
```go
2121
import (
22-
"github.com/nanmu42/etherscan-api"
22+
"github.com/uded/etherscan-api"
2323
"fmt"
2424
)
2525

@@ -61,7 +61,7 @@ func main() {
6161
}
6262
```
6363

64-
You may find full method list at [GoDoc](https://godoc.org/github.com/nanmu42/etherscan-api).
64+
You may find full method list at [GoDoc](https://godoc.org/github.com/uded/etherscan-api).
6565

6666
# Etherscan API Key
6767

README_ZH.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# etherscan-api
44

5-
[![GoDoc](https://godoc.org/github.com/nanmu42/etherscan-api?status.svg)](https://godoc.org/github.com/nanmu42/etherscan-api)
6-
[![CI status](https://github.com/nanmu42/etherscan-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/nanmu42/etherscan-api/actions)
7-
[![codecov](https://codecov.io/gh/nanmu42/etherscan-api/branch/master/graph/badge.svg)](https://codecov.io/gh/nanmu42/etherscan-api)
8-
[![Go Report Card](https://goreportcard.com/badge/github.com/nanmu42/etherscan-api)](https://goreportcard.com/report/github.com/nanmu42/etherscan-api)
5+
[![GoDoc](https://godoc.org/github.com/uded/etherscan-api?status.svg)](https://godoc.org/github.com/uded/etherscan-api)
6+
[![CI status](https://github.com/uded/etherscan-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/uded/etherscan-api/actions)
7+
[![codecov](https://codecov.io/gh/uded/etherscan-api/branch/master/graph/badge.svg?token=2OFgDXhVM0)](https://codecov.io/gh/uded/etherscan-api)
8+
[![Go Report Card](https://goreportcard.com/badge/github.com/uded/etherscan-api)](https://goreportcard.com/report/github.com/uded/etherscan-api)
99

1010
Etherscan API的Golang客户端,
1111
支持几乎所有功能(accounts, transactions, tokens, contracts, blocks, stats),
@@ -15,14 +15,14 @@ Etherscan API的Golang客户端,
1515
# 使用方法
1616

1717
```bash
18-
go get github.com/nanmu42/etherscan-api
18+
go get github.com/uded/etherscan-api
1919
```
2020

2121
填入网络选项和API Key即可开始使用。 :rocket:
2222

2323
```go
2424
import (
25-
"github.com/nanmu42/etherscan-api"
25+
"github.com/uded/etherscan-api"
2626
"fmt"
2727
)
2828

@@ -63,7 +63,7 @@ func main() {
6363
}
6464
```
6565

66-
客户端方法列表可在[GoDoc](https://godoc.org/github.com/nanmu42/etherscan-api)查询。
66+
客户端方法列表可在[GoDoc](https://godoc.org/github.com/uded/etherscan-api)查询。
6767

6868
# Etherscan API Key
6969

@@ -80,4 +80,4 @@ API的调用速率不能高于5次/秒,否则会遭到封禁。
8080

8181
MIT
8282

83-
请自由享受开源,欢迎贡献开源。
83+
请自由享受开源,欢迎贡献开源。

0 commit comments

Comments
 (0)