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/...
The balance command iterates through a dag, determining the SOTER coin balance of a given address.
The sendcoin
command demonstrates generating a transaction and sending it to a soterd network, without needing to run a full soterwallet service.
The genwallet command can create an offline wallet, without needing to run a full soterwallet service.
The walletweb utility provides a web ui for retrieving wallet address balance and sending coin to the soter network.