{"id":23659221,"url":"https://github.com/zulhfreelancer/go_parity_next_nonce","last_synced_at":"2026-05-07T05:34:15.039Z","repository":{"id":89076198,"uuid":"191947184","full_name":"zulhfreelancer/go_parity_next_nonce","owner":"zulhfreelancer","description":"A simple Go package for Parity Next Nonce","archived":false,"fork":false,"pushed_at":"2019-06-14T15:40:26.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-02T05:25:25.648Z","etag":null,"topics":["ethereum","go-ethereum","parity"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zulhfreelancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-14T13:23:50.000Z","updated_at":"2019-06-14T15:40:28.000Z","dependencies_parsed_at":"2023-06-13T20:09:55.194Z","dependency_job_id":null,"html_url":"https://github.com/zulhfreelancer/go_parity_next_nonce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zulhfreelancer/go_parity_next_nonce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulhfreelancer%2Fgo_parity_next_nonce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulhfreelancer%2Fgo_parity_next_nonce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulhfreelancer%2Fgo_parity_next_nonce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulhfreelancer%2Fgo_parity_next_nonce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zulhfreelancer","download_url":"https://codeload.github.com/zulhfreelancer/go_parity_next_nonce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulhfreelancer%2Fgo_parity_next_nonce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","go-ethereum","parity"],"created_at":"2024-12-29T02:08:23.712Z","updated_at":"2026-05-07T05:34:15.033Z","avatar_url":"https://github.com/zulhfreelancer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Parity Next Nonce (Golang)\n\nA simple Go package for [Parity Next Nonce](https://wiki.parity.io/JSONRPC-parity-module#parity_nextnonce)\n\n### Installation\n\n```\n// If you are not using Go 1.11 Modules\n$ go get github.com/zulhfreelancer/go_parity_next_nonce\n\n// If you are using Go 1.11 Modules, run this before executing the code below\n$ go mod tidy\n```\n\n### Usage\n\n```\nimport (\n\t// Short version (implicit)\n\t\"github.com/zulhfreelancer/go_parity_next_nonce\"\n\n\t// If you prefer to make it explicit\n\tnnonce \"github.com/zulhfreelancer/go_parity_next_nonce\"\n)\n\nfunc yourFunction() {\n\t// insert an address with some past transactions\n\taddress := \"0x...\"\n\n\t// insert the Parity node RPC URL and port number\n\tnodeURL := \"http://xx.xxx.xxx.xxx:8545\"\n\n\tnonce, err := nnonce.NextNonce(address, nodeURL)\n\tif err != nil {\n\t\t// handle error\n\t}\n\n\tfmt.Printf(\"Nonce : %v\\n\", nonce) // 193\n\tfmt.Printf(\"Type  : %T\\n\", nonce) // uint64\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulhfreelancer%2Fgo_parity_next_nonce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzulhfreelancer%2Fgo_parity_next_nonce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulhfreelancer%2Fgo_parity_next_nonce/lists"}