{"id":21197483,"url":"https://github.com/nbd-wtf/eclair-go","last_synced_at":"2025-07-23T21:03:51.711Z","repository":{"id":57624550,"uuid":"398635719","full_name":"nbd-wtf/eclair-go","owner":"nbd-wtf","description":"Eclair API wrapper with gjson","archived":false,"fork":false,"pushed_at":"2022-10-08T01:48:01.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T14:29:01.057Z","etag":null,"topics":["eclair","gjson","lightning-network"],"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/nbd-wtf.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}},"created_at":"2021-08-21T18:58:53.000Z","updated_at":"2022-05-26T16:22:00.000Z","dependencies_parsed_at":"2022-08-26T19:25:10.787Z","dependency_job_id":null,"html_url":"https://github.com/nbd-wtf/eclair-go","commit_stats":null,"previous_names":["fiatjaf/eclair-go"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbd-wtf%2Feclair-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbd-wtf%2Feclair-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbd-wtf%2Feclair-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbd-wtf%2Feclair-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbd-wtf","download_url":"https://codeload.github.com/nbd-wtf/eclair-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652703,"owners_count":20325610,"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":["eclair","gjson","lightning-network"],"created_at":"2024-11-20T19:44:47.113Z","updated_at":"2025-03-14T22:09:50.534Z","avatar_url":"https://github.com/nbd-wtf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://nbd.wtf\"\u003e\u003cimg align=\"right\" height=\"196\" src=\"https://user-images.githubusercontent.com/1653275/194609043-0add674b-dd40-41ed-986c-ab4a2e053092.png\" /\u003e\u003c/a\u003e\n\neclair-go\n=========\n\nAn API wrapper for [Eclair](https://acinq.github.io/eclair/) that returns [gjson](https://github.com/tidwall/gjson) results.\n\nRead the [documentation](https://pkg.go.dev/github.com/fiatjaf/eclair-go).\n\nQuick Start\n-----------\n\n```go\npackage main\n\nimport (\n  \"log\"\n  \"github.com/fiatjaf/eclair-go\"\n)\n\nfunc main() {\n  ln := eclair.Client{Host: \"http://localhost:8080\", Password: \"satoshi21\"}\n  res, _ := ln.Call(\"getinfo\", nil)\n  log.Print(res.Get(\"nodeId\").String())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbd-wtf%2Feclair-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbd-wtf%2Feclair-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbd-wtf%2Feclair-go/lists"}