{"id":19150380,"url":"https://github.com/block-chen/blocksdk-ruby","last_synced_at":"2026-04-14T04:31:45.091Z","repository":{"id":55426685,"uuid":"304182861","full_name":"Block-Chen/blocksdk-ruby","owner":"Block-Chen","description":"Past data inquiry, block inquiry, block chain information inquiry, address wallet creation, event web hook","archived":false,"fork":false,"pushed_at":"2021-11-16T05:39:47.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T20:45:23.638Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-wallet","dash","erc20","erc20-tokens","ethereum","ethereum-address","ethereum-api","litecoin","litecoin-wallet","monero","monero-api","monero-wallet"],"latest_commit_sha":null,"homepage":"https://blocksdk.com","language":"Ruby","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/Block-Chen.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}},"created_at":"2020-10-15T01:59:53.000Z","updated_at":"2024-05-31T07:33:50.000Z","dependencies_parsed_at":"2022-08-15T00:01:06.991Z","dependency_job_id":null,"html_url":"https://github.com/Block-Chen/blocksdk-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Block-Chen/blocksdk-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Block-Chen","download_url":"https://codeload.github.com/Block-Chen/blocksdk-ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["bitcoin","bitcoin-api","bitcoin-wallet","dash","erc20","erc20-tokens","ethereum","ethereum-address","ethereum-api","litecoin","litecoin-wallet","monero","monero-api","monero-wallet"],"created_at":"2024-11-09T08:11:50.328Z","updated_at":"2026-04-14T04:31:45.071Z","avatar_url":"https://github.com/Block-Chen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLOCKSDK for Ruby\r\n[![@BLOCKSDK on Twitter](https://img.shields.io/badge/twitter-%40BLOCKSDK-blue.svg)](https://twitter.com/BlockSdk1)\r\n[![@BLOCKSDK on Facebook](https://img.shields.io/badge/facebook-%40BLOCKSDK-blue.svg)](https://www.facebook.com/blocksdk)\r\n[![Gem Version](https://badge.fury.io/rb/blocksdk.svg)](https://badge.fury.io/rb/blocksdk)\r\n[![DOCS](https://readthedocs.org/projects/sagemaker/badge/?version=stable)](https://docs-v2.blocksdk.com/)\r\n\r\n## SDK Documentation\r\n[ Our BlockSDK-RUBY Page ](https://docs.blocksdk.com/) includes all the documentation related to RUBY SDK. Sample Codes, to Releases. Here are few quick links to get you there faster.\r\n* [ BlockSDK Developer Docs]\r\n\r\n\r\n## Installation\r\n\r\nThe BLOCKSDK for Ruby is available from RubyGems.\r\nshould pick the specific BLOCKSDK service gems to install.\r\n\r\n```ruby\r\ngem install blocksdk\r\ngem install httparty\r\ngem install json\r\n```\r\n\r\n## Quick Examples\r\n### Create an Bitcoin client\r\n```ruby\r\nblockSDK = BlockSDK.new('YOU TOKEN')\r\nbtcClient = blockSDK.createBitcoin()\r\n```\r\n### Get Address info\r\n```ruby\r\naddressInfo = btcClient.getAddressInfo({\r\n    \"address\" =\u003e \"18cBEMRxXHqzWWCxZNtU91F5sbUNKhL5PX\",\r\n    \"rawtx\" =\u003e true,\r\n    \"reverse\" =\u003e true,\r\n    \"offset\" =\u003e 0,\r\n    \"limit\" =\u003e 10\r\n})\r\n\r\nputs addressInfo\r\n```\r\n\r\n### Create an Bitcoin Wallet\r\n```ruby\r\nwallet = btcClient.createWallet({\r\n    \"name\" : \"test\"\r\n})\r\n```\r\n\r\n[BlockSDK Developer Docs]: https://docs.blocksdk.com\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-chen%2Fblocksdk-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-chen%2Fblocksdk-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-chen%2Fblocksdk-ruby/lists"}