{"id":13823262,"url":"https://github.com/monero-integrations/monerogo","last_synced_at":"2025-10-19T12:54:57.899Z","repository":{"id":85772467,"uuid":"110249359","full_name":"monero-integrations/monerogo","owner":"monero-integrations","description":"Go library for Monero RPC","archived":false,"fork":false,"pushed_at":"2017-12-17T17:20:10.000Z","size":12,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T07:03:50.077Z","etag":null,"topics":["daemon","daemon-client","golang","monero-integrations","monero-rpc","wallet-client"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monero-integrations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-10T13:22:43.000Z","updated_at":"2025-03-05T14:56:36.000Z","dependencies_parsed_at":"2024-01-15T16:52:33.486Z","dependency_job_id":null,"html_url":"https://github.com/monero-integrations/monerogo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monero-integrations%2Fmonerogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monero-integrations","download_url":"https://codeload.github.com/monero-integrations/monerogo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565181,"owners_count":21125435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["daemon","daemon-client","golang","monero-integrations","monero-rpc","wallet-client"],"created_at":"2024-08-04T09:00:27.084Z","updated_at":"2025-10-19T12:54:52.851Z","avatar_url":"https://github.com/monero-integrations.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# monerogo\n\n# OLD! Use https://github.com/sunrisedo/monero\n\n# Description\nMonero JSON RPC Client\n\n# Installation\n    go get github.com/MarinX/monerogo\n\n# HowTo\n\n### Daemon Client\nTo use *DaemonClient* you need to start your daemon `./monerod` which will listen on `localhost:18081`\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/MarinX/monerogo\"\n)\n\nfunc main() {\n\t// creates new daemon client\n\t// the endpoint is http://127.0.0.1:18081/json_rpc\n\tclient := monerogo.NewDaemonClient(\"http://127.0.0.1:18081/json_rpc\")\n\n\tblockCount, err := client.GetBlockCount()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\n\t// always check the status of the response from RPC\n\tif blockCount.Status != \"OK\" {\n\t\tfmt.Println(\"RPC method is not OK, got\", blockCount.Status)\n\t\treturn\n\t}\n\n\tfmt.Println(\"Count:\", blockCount.Count)\n\t\n\t// you can check more examples in monerogo_test.go file\n}\n```\n\n### Wallet Client\n//TODO\n\n# Roadmap\n- [x] Create Daemon RPC client\n- [ ] Create Wallet RPC client\n\n# License\nThis library is under the MIT License\n\n# Author\nMarin Basic \n\n## Donate XMR\n`45gSodJY5hnAL441jiYg2C72LrPoekuPNgLgWKAbW66Bdt9fyC4RcdH8A3qCAogkGPiiwvQuQAmMdDqBbar6oLyeLHfVBzR`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonero-integrations%2Fmonerogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonero-integrations%2Fmonerogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonero-integrations%2Fmonerogo/lists"}