Skip to content

theodi/multichain-client

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
exe
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Dependency Status Coverage Status Code Climate Gem Version License

Blockchains

Blockchains everywhere

Every problem can be solved if you just rub enough blockchain on it

A Ruby client for Multichain

In the beginning (2008) there was Bitcoin, and that was OK (except for maybe the polar bears). But 2015 decided that Bitcoin was just a garnish on top of the really exciting technology, blockchains. Now, at the beginning of 2016, it is impossible to step out onto any London street without falling over blockchains, just laying all around. People want to put everything into a blockchain

How to use

gem install multichain
mkdir ~/.multichain

Then create 2 files:

~/.multichain/config.yml

asset: your-coin
rpc:
  user: multichainrpc
  password: some_long_password
  host: multicoin.host
  port: 1234

~/.multichain/wallets.yml

foo:
  primary: wallet_id
bar:
  primary: other_wallet_id

Send a URL

Try something like

multichain send_url foo http://uncleclive.herokuapp.com/multichain

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published