Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

counterparty_client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

counterparty_client

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CounterpartyClient

client for counterparty.

It includes:

  • Counterparty RPC

Todo:

  • Other userfull counterparty tools, ideas?

Installation

$ gem install counterparty_client

or

$ rake build
$ gem install pkg/counterparty_client-X.X.X.gem

Usage

Example for the RPC:

require 'counterparty_client'

cp = CounterpartyRPC.new('http://rpc:1234@public.coindaddy.io:4000')
p cp.get_running_info # this outputs counterparty running info
p cp.get_supply('asset' => 'XCP') # 262582873057850


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

If someone has some suggestions for this gem let me know.

## Donations

Bitcoin address : 136aHpRdd7eezbEusAKS2GyWx9eXZsEuMz

FAQs

Package last updated on 25 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc