Skip to content

RadiumCore/radium_UTXO_server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Radium UTXO Server

A basic API server, that keeps a list of all unspent outputs in the radium blockchain.

Endpoints:

/api/utxo - provides sync progress information /api/utxo/Xsomeradiumaddress - Jarray of unspent utxo's for that address

How to run

  1. Set RPC connection information in utxo.conf
  2. in project directory, run "dotnet run"

Dependency

Requires dot net 2.2 SKD, available for windows here: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.401-windows-x64-installer

About

basic UTXO server for Radium Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages