cosmos/fundraiser-cli

Name: fundraiser-cli

Owner: COSMOS

Description: CLI tool for participating in Cosmos Fundraiser

Created: 2017-02-27 16:50:41.0

Updated: 2018-05-07 17:53:48.0

Pushed: 2018-05-07 17:53:47.0

Homepage: null

Size: 92

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cosmos Fundraiser CLI

NOTE: This is the fundraiser project website. To generate your Cosmos address from your fundraiser 12-word secret follow the instructions for the Cosmos Fundraiser Tool. DO NOT SHARE YOUR 12-WORD SECRET OR THE PRIVATE KEY.

Install

You need a recent version of NodeJS. We recommend version 6.10.1 or 7.8.0. Once you have nodejs and npm installed, run the following command to install the cosmos-fundraiser tool.

install -g cosmos-fundraiser-cli@2.11.0
Cosmos Address

To compute your Cosmos address from your twelve word mnemonic, run

os-fundraiser cosmosaddress
Run

Two modes: online and offline.

Online

Just run

os-fundraiser

and it will take you through an interactive contribution process.

Offline

For those who looking for greater security, the contribution flow can be split into segments, some of which are done on an offline computer.

ite down or encrypt the wallet phrase
os-fundraiser genwallet
BTC

To donate BTC, get the intermediate address and send the amount of funds you'd like to contribute:

 this on your offline computer
os-fundraiser btcaddress

Once you've sent BTC to the intermediate address, build the donation transaction on an online machine:

os-fundraiser buildtx <address>

Now on the offline machine, sign your donation transaction:

os-fundraiser signtx <donationTx>

Finally, on the online machine:

os-fundraiser broadcasttx <signedTx>
ETH

For ETH, on the offline machine, run

os-fundraiser ethtx

Send the resulting transaction from anywhere that lets you send data.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.