Git Product home page Git Product logo

java-elements-rpc-client's Introduction

java-elements-rpc-client

This is a lightweight java elementsd JSON-RPC client binding. It is an extension of the bitcoin-rpc-client. It does not require any external dependencies.

Configuration

Here is a sample of the configuration file (<user home>/.elements/elements.conf) that will setup elementsd to run in regtest mode and in a way compatible with this library:

# Run elementsd in regtest mode
chain=elementsregtest

# Maintain full transaction index, used in lookups by the getrawtransaction call
txindex=1

# Accept command line and JSON-RPC commands
server=1

# Tells elementsd that the RPC API settings on the following lines apply to the regtest RPC API
[elementsregtest]

# RPC API settings
rpcport=9997

Notes:

  • The configuration does not contain any API credentials. The authentication is done by providing an URL in the constructor. It can also be done via a temporary token stored in a cookie file by elementsd (see details). The approach of using rpcuser and rpcpassword is still supported, even though elementsd considers it legacy.
  • In the contrib folder there are some template scripts to run tests from the command line:
    • runtest, to run some unit tests.
    • runtestexample.sh, to run some rpc calls (some of which would need the existance of some coins in the loaded wallet).

java-elements-rpc-client's People

Contributors

polve avatar cd2357 avatar tdiesler avatar frpeters avatar frankchen021 avatar andreabonel avatar henriquetft avatar eflorent2020 avatar phe-sto avatar wkoszycki avatar zeroleak avatar semsche avatar

Watchers

 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.