{"id":13421968,"url":"https://github.com/liujuanjuan1984/quorum-fullnode-py","last_synced_at":"2026-04-04T10:51:59.229Z","repository":{"id":119288676,"uuid":"605589324","full_name":"liujuanjuan1984/quorum-fullnode-py","owner":"liujuanjuan1984","description":"Python SDK for QuoRum FullNode.","archived":false,"fork":false,"pushed_at":"2023-09-18T08:11:56.000Z","size":249,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-04T10:51:56.468Z","etag":null,"topics":["fullnode","python","quorum","rumsystem","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","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/liujuanjuan1984.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-23T13:35:07.000Z","updated_at":"2026-02-18T01:30:53.000Z","dependencies_parsed_at":"2023-05-23T18:45:42.530Z","dependency_job_id":null,"html_url":"https://github.com/liujuanjuan1984/quorum-fullnode-py","commit_stats":null,"previous_names":["liujuanjuan1984/quorum_fullnode_py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liujuanjuan1984/quorum-fullnode-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liujuanjuan1984%2Fquorum-fullnode-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liujuanjuan1984%2Fquorum-fullnode-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liujuanjuan1984%2Fquorum-fullnode-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liujuanjuan1984%2Fquorum-fullnode-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liujuanjuan1984","download_url":"https://codeload.github.com/liujuanjuan1984/quorum-fullnode-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liujuanjuan1984%2Fquorum-fullnode-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31397055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["fullnode","python","quorum","rumsystem","sdk"],"created_at":"2024-07-30T23:00:34.732Z","updated_at":"2026-04-04T10:51:59.206Z","avatar_url":"https://github.com/liujuanjuan1984.png","language":"Python","funding_links":[],"categories":["SDK"],"sub_categories":[],"readme":"# quorum_fullnode_py\n\nPython SDK for Quorum FullNode.\n\nMore about QuoRum:\n\n- https://rumsystem.net/\n- https://github.com/rumsystem/quorum\n\n### Install\n\n```sh\npip install quorum_fullnode_py\n```\n\n### Usage\n\n```python\nfrom quorum_fullnode_py import FullNode\n\nurl = \"http://127.0.0.1:11002\"\njwt = \"eyJhbGciO...VCJ9.eyJhbGxvd0...pbiJ9.FeyMWvzweE...o66QZ735nsrU\"\n\n# connect to a quorum fullnode with api url and chain jwt_token\nclient = FullNode(api_base=url, jwt_token=jwt)\n\n# check node_status is online.\nclient.api.node_info().get(\"node_status\") == \"NODE_ONLINE\"\n\n# create a group chain for test\ninfo = client.api.create_group(\"test_group\")\nclient.group_id = info[\"group_id\"]\n\n# send a new post to the group chain\ndata = {\n    \"type\": \"Create\",\n    \"object\": {\n        \"type\": \"Note\",\n        \"content\": \"nice to meet u!\",\n        \"name\": \"hi\",\n        \"id\": \"efb14f14-f849-4cf3-bcb6-c3598e857adb\",\n    },\n}\nresp = client.api.post_content(data)\n\n# get trx from group chain\ntrx = client.api.trx(resp['trx_id'])\n\n# get content:\ntrxs = client.api.get_content()\n\n```\n\n### Source\n\n- quorum fullnode sdk for python: https://github.com/liujuanjuan1984/quorum-fullnode-py \n- quorum mininode sdk for python: https://github.com/liujuanjuan1984/quorum-mininode-py \n- and more ...  https://github.com/okdaodine/awesome-quorum\n\n### License\n\nThis work is released under the `MIT` license. A copy of the license is provided in the [LICENSE](https://github.com/liujuanjuan1984/quorum_fullnode_py/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliujuanjuan1984%2Fquorum-fullnode-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliujuanjuan1984%2Fquorum-fullnode-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliujuanjuan1984%2Fquorum-fullnode-py/lists"}