Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 946 Bytes

sotertools

This repository contains tools that use Soteria DAG projects to demonstrate functionality. Tools are located in the cmd directory.

You can build and install all tools with the following command:

go install ./cmd/...

balance

The balance command iterates through a dag, determining the SOTER coin balance of a given address.

sendcoin

The sendcoin command demonstrates generating a transaction and sending it to a soterd network, without needing to run a full soterwallet service.

genwallet

The genwallet command can create an offline wallet, without needing to run a full soterwallet service.

walletweb

The walletweb utility provides a web ui for retrieving wallet address balance and sending coin to the soter network.