Git Product home page Git Product logo

dcrcli's Introduction

dcrcli

====

Dcrcli Overview

Dcrcli is a command-line utility that interfaces with Dcrwallet rpc's methods.

Requirements

  • Go 1.11
  • Git
  • Running dcrwallet instance

Installation

Build from source

The following guide assumes a Unix-like shell (e.g bash).

  • Install Go. It is recommended to add $GOPATH/bin to your PATH.

  • Install Git

  • Clone this repo to somewhere on your computer. Please set the GO111MODULE=on environment variable if you are building from within GOPATH

Example of obtaining and building from source in Linux
$ git clone https://github.com/raedahgroup/dcrcli ~/src/dcrcli 
$ cd ~/src/dcrcli 
$ go install 

Running dcrcli

Create configuration file

Begin with the sample configuration file:

cp sample-dcrcli.conf dcrcli.conf 

Then edit dcrcli.conf and input your RPC settings. After you are finished, move dcrcli.conf to the appdata folder (default is ~/.dcrcli on Linux, %localappdata%\Dcrcli on Windows). See the output of dcrcli -h for a list of all options

Using dcrcli

Run dcrcli <command> <options>. See the output of dcrcli -l for a list of all commands

Contributing

See the CONTRIBUTING.md file for details. Here's an overview of it:

  1. Fork the repo
  2. Create a branch for your work (git branch -b branch).
  3. Write your codes
  4. Commit and push to your repo
  5. Create a pull request

License

dcrcli's People

Contributors

hy-hydra0 avatar barisere avatar itswisdomagain avatar jujhar avatar cooleraid avatar raedah avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.