{"id":20817466,"url":"https://github.com/chaintope/tapyrusrb","last_synced_at":"2025-07-09T08:04:28.726Z","repository":{"id":40803285,"uuid":"225779615","full_name":"chaintope/tapyrusrb","owner":"chaintope","description":"The ruby library for Tapyrus","archived":false,"fork":false,"pushed_at":"2025-03-17T04:02:50.000Z","size":1991,"stargazers_count":5,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-06T04:11:41.465Z","etag":null,"topics":["ruby","tapyrus"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/chaintope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2019-12-04T04:33:45.000Z","updated_at":"2025-03-17T03:49:37.000Z","dependencies_parsed_at":"2024-01-12T11:40:40.888Z","dependency_job_id":"3357aeac-cfa1-4436-bbe3-ef2c0e78473f","html_url":"https://github.com/chaintope/tapyrusrb","commit_stats":{"total_commits":706,"total_committers":14,"mean_commits":50.42857142857143,"dds":0.3852691218130312,"last_synced_commit":"1c3fec4a3bd1ad3929d686b74a282946673a2e02"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/chaintope/tapyrusrb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaintope%2Ftapyrusrb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaintope%2Ftapyrusrb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaintope%2Ftapyrusrb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaintope%2Ftapyrusrb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaintope","download_url":"https://codeload.github.com/chaintope/tapyrusrb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaintope%2Ftapyrusrb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870542,"owners_count":23377290,"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":["ruby","tapyrus"],"created_at":"2024-11-17T21:42:13.634Z","updated_at":"2025-07-09T08:04:28.699Z","avatar_url":"https://github.com/chaintope.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tapyrusrb [![Build Status](https://github.com/chaintope/tapyrusrb/actions/workflows/ruby.yml/badge.svg?branch=master)](https://github.com/chaintope/tapyrusrb/actions/workflows/ruby.yml) [![Gem Version](https://badge.fury.io/rb/tapyrus.svg)](https://badge.fury.io/rb/tapyrus) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n\nTapyrusrb is a Ruby implementation of [Tapyrus](https://github.com/chaintope/tapyrus-core) Protocol.\n\nNOTE: Tapyrusrb work in progress, and there is a possibility of incompatible change.\n\n## Features\n\nTapyrusrb supports following feature:\n\n- Tapyrus script interpreter\n- De/serialization of Tapyrus protocol network messages\n- De/serialization of blocks and transactions\n- Key generation and verification for Schnorr and ECDSA (including [BIP-32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) and [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) supports).\n- ECDSA signature(RFC6979 -Deterministic ECDSA, LOW-S, LOW-R support)\n- [WIP] SPV node\n- [WIP] 0ff-chain protocol\n\n## Requirements\n\n### use Node implementation\n\nIf you use node features, please install level DB as follows.\n\n#### install LevelDB\n\n- for Ubuntu\n\n  $ sudo apt-get install libleveldb-dev\n\n* for Mac\n\n  $ brew install leveldb\n\nand put `leveldb-native` in your Gemfile and run bundle install.\n\n```\ngem leveldb-native\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"tapyrus\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tapyrus\n\nAnd then add to your .rb file:\n\n    require 'tapyrus'\n\n## Usage\n\n### Chain selection\n\nThe parameters of the blockchain are managed by `Tapyrus::ChainParams`. Switch chain parameters as follows:\n\n- prod\n\n```ruby\nTapyrus.chain_params = :prod\n```\n\nThis parameter is described in https://github.com/chaintope/tapyrusrb/blob/master/lib/tapyrus/chainparams/prod.yml.\n\n- dev\n\n```ruby\nTapyrus.chain_params = :dev\n```\n\nThis parameter is described in https://github.com/chaintope/tapyrusrb/blob/master/lib/tapyrus/chainparams/dev.yml.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/tapyrusrb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaintope%2Ftapyrusrb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaintope%2Ftapyrusrb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaintope%2Ftapyrusrb/lists"}