Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superdoge

Maintains the current Dogecoin utxo set, indexed by address.

Running

  • Edit config.yaml. Example:
node_uri: "http://localhost:22555/"
node_user: dogecoinrpc
node_password: local321
  • cargo run --release

Get utxos

GET /utxos

  • query params
    • address - required
    • amount (shibatoshis) - required
    • minCount - optional - default 20

Get balance

GET /balance

Get balance of address

  • query params
    • address - required

About

Wrapper for Dogecoind to index utxos by address

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages