{"id":13733879,"url":"https://github.com/scorum/bitshares-go","last_synced_at":"2025-10-12T22:44:14.872Z","repository":{"id":45738661,"uuid":"132142425","full_name":"scorum/bitshares-go","owner":"scorum","description":"Bitshares  golang client","archived":false,"fork":false,"pushed_at":"2018-06-26T14:57:54.000Z","size":75,"stargazers_count":18,"open_issues_count":2,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-15T02:34:28.594Z","etag":null,"topics":["bitshares","blockchain","openledger"],"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/scorum.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":"2018-05-04T13:16:24.000Z","updated_at":"2024-11-12T09:45:21.000Z","dependencies_parsed_at":"2022-08-29T04:01:07.046Z","dependency_job_id":null,"html_url":"https://github.com/scorum/bitshares-go","commit_stats":null,"previous_names":["scorum/openledger-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fbitshares-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fbitshares-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fbitshares-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fbitshares-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scorum","download_url":"https://codeload.github.com/scorum/bitshares-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244240941,"owners_count":20421555,"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":["bitshares","blockchain","openledger"],"created_at":"2024-08-03T03:00:50.543Z","updated_at":"2025-10-12T22:44:09.813Z","avatar_url":"https://github.com/scorum.png","language":"Go","funding_links":[],"categories":["Libraries"],"sub_categories":["Go Libraries"],"readme":"# scorum/bitshares-go\n[![Go Report Card](https://goreportcard.com/badge/github.com/scorum/bitshares-go)](https://goreportcard.com/report/github.com/scorum/bitshares-go)\n[![GoDoc](https://godoc.org/github.com/scorum/bitshares-go?status.svg)](https://godoc.org/github.com/scorum/bitshares-go)\n[![Build Status](https://travis-ci.org/scorum/bitshares-go.svg?branch=master)](https://travis-ci.org/scorum/bitshares-go)\n\n\nGolang RPC (via websockets) client library for [Bitshares](https://bitshares.org/) and [OpenLedger](https://openledger.io) in particular\n\n## Usage\n\n```go\nimport \"github.com/scorum/bitshares-go\"\n```\n\n## Example\n```go\nclient, err := NewClient(\"wss://bitshares.openledger.info/ws\")\n\n// retrieve the current global_property_object\nprops, err := client.Database.GetDynamicGlobalProperties()\n\n// lookup symbols ids\nsymbols, err := client.Database.LookupAssetSymbols(\"OPEN.SCR\", \"USD\")\nrequire.NoError(t, err)\n\nopenSCR := symbols[0].ID\nUSD := symbols[1].ID\n\n// retrieve 5 last filled orders\norders, err := client.History.GetFillOrderHistory(openSCR, USD, 5)\n\n// set a block applied callback\nclient.Database.SetBlockAppliedCallback(func(blockID string, err error) {\n    log.Println(blockID)\n})\n\n// cancel all callbacks\nclient.Database.CancelAllSubscriptions()\n\n```\n## Status\nThe project is in active development but should not be used in production yet.\n\n## Supported operations\n - Transfer\n - LimitOrderCreate\n - LimitOrderCancel\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorum%2Fbitshares-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscorum%2Fbitshares-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorum%2Fbitshares-go/lists"}