Skip to content
/ ltx Public

Simple rust wrapper for managing litecoin rpc requests

License

Notifications You must be signed in to change notification settings

leto-ux/ltx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS A WIP, PROBABLY AWFUL AND DISFUNCTIONAL PIECE OF S***WARE

Install

cargo build --release

The built binary is stored in: 'target/release/ltx'

Usage

Every method is named the same as what is used in the Litecoin Core project's RPC integration (whose documentation is just the Bitcoin Core RPC, available here.

ltx --sendtoaddress <address> <amount>
ltx --getnewaddress <label (optional)>
ltx --getbalance <confirmation_count(optional)>
ltx --listaddressgroupings
ltx --help

About

Simple rust wrapper for managing litecoin rpc requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages