Sha256: f6689fe32325b257b690d5f5737d51f69c1368d78a46e240ac5c373a8f729f91
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
# NEAR.rb: NEAR for Ruby [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Compatibility](https://img.shields.io/badge/ruby-3.0%2B-blue)](https://rubygems.org/gems/near) [![Package](https://img.shields.io/gem/v/near)](https://rubygems.org/gems/near) [![Documentation](https://img.shields.io/badge/rubydoc-latest-blue)](https://rubydoc.info/gems/near) **NEAR.rb** is a [Ruby] client library for the [NEAR Protocol]. ## ✨ Features - 100% free and unencumbered public domain software. ## 🛠️ Prerequisites - [Ruby] 3.0+ ## ⬇️ Installation ### Installation via RubyGems ```bash gem install near ``` ## 👉 Examples ### Importing the library ```ruby require 'near' ``` ## 📚 Reference https://rubydoc.info/gems/near ## 👨💻 Development ```bash git clone https://github.com/dryruby/near.rb.git ``` - - - [![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://x.com/share?url=https://github.com/dryruby/near.rb&text=NEAR.rb) [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/dryruby/near.rb&title=NEAR.rb) [![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/dryruby/near.rb&t=NEAR.rb) [![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/dryruby/near.rb) [NEAR Protocol]: https://near.org [Ruby]: https://ruby-lang.org
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
near-0.0.0 | README.md |