Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
rcp in ruby on rails
Fedora / Nginx / Ruby / Jekyll / Rails Devs ?
Any available documentation for the Savoir, to use multichain api commands in python?
How to pass js-code in node.js api for creating streamfilters.?
Is there an API that lists the address for any given unspent locked asset txid?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
Ruby gem for API
+2
votes
Any plans on creating one?
ruby
asked
Jan 4, 2016
by
anonymous
This is the same person that posted this question. I am working on a brand new Gem currently to make it easier for everyone in the future. When I am able to finish and submit to RubyGems I will follow-up here with the repo link.
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
+1
vote
It's not on our immediate roadmap, but it looks like a good start would be to take an existing Ruby Gem for Bitcoin Core, and supplement it with MultiChain's new API calls. For example:
https://rubygems.org/gems/bitcoin-client/versions/0.0.3
answered
Jan 4, 2016
by
MultiChain
Please
log in
or
register
to add a comment.
0
votes
We've built a (far from fully featured) client here
https://github.com/theodi/multichain-client
- some of it is biased towards our specialised research use case, but should be able to work with the API without any problems.
answered
Jan 8, 2016
by
Stuart Harrison
Hello again Stuart. Thanks for the response. I am in the process of making a full fledged Multichain RPC gem. Once I like it I will throw it up on Github and on RubyGems for easy install :).
This was posted before I registered here and before I got in-depth with the protocol.
Are there any updates on the gem?
Please see this:
https://github.com/theodi/multichain-client
Please
log in
or
register
to add a comment.
...