Skip to content
/ 0xScan Public

API wrapper for the blockexplorers from the etherscan.io team

License

Notifications You must be signed in to change notification settings

jon4hz/0xScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xScan

License: MIT testing

💡 About

This module offers an API wrapper for the blockexplorers from the etherscan.io team.

The APIs from the following explorers are supported at the moment:

🚀 Getting started

🧑‍💻 Create a client

package main

import (
    "context"
    xscan "github.com/0xTrackerApp/0xScan"
)

func main() {
    // create empty context interface
    ctx := context.Background()

    // Create a new client
    client := xscan.NewClient(xscan.BscOpts, "<yourApiKey>") // other available options are xscan.EthOpts, xscan.PolygonOpts, etc

    _ = client
}

📜 Licensing

This SDK is released under the MIT-License found in the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages