Skip to content

sinemetu1/DogeCoin-JRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DogeCoin-JRPC

A java api that wraps the dogecoind JSON-RPC api. Build Status

What's dogecoin?

Requirements:

dogecoind for linux or for OSX

Maven:

<dependency>
    <groupId>com.github.sinemetu1</groupId>
    <artifactId>dogecoin-jrpc</artifactId>
    <version>0.2</version>
</dependency>

Build the api:

git clone https://github.com/sinemetu1/DogeCoin-JRPC.git
cd DogeCoin-JRPC/
mvn clean install

Configuration:

Set environment variables used to access the dogecoind instance:

export DOGE_COIN_RPC_USERNAME=dogecoinrpc
export DOGE_COIN_RPC_PASSWORD=YOUR_PASSWORD

Test:

cd DogeCoin-JRPC/
mvn clean test

Improvements:

  • More tests

Feel free to create issues for feature requests or if you have any issues with the project.

Donations appreciated at: DEag5bzJ6pEKymjLhXzHeQhfNo3XBSNrHg

About

A java api that wraps the dogecoind JSON-RPC api.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages