This is written in Java. I wrote this for our project. Maybe you will find use for it.
Path Payment:
https://github.com/PeruZee/PlanetFunderInitiative/blob/master/src/PathPayment.java
What it does: Prompts user for Source account Seed, Destination Address, amount of SourceAsset and amount of NativeAsset (or vice versa) and also displays balances if user wants to see it.
How TO use on LIVE NET:
Remove Network.useTestNetwork(), Change Server to Live Net, Change issuingKeys, Change Asset(s).
TrustLine (exists out there in some form):
https://github.com/PeruZee/PlanetFunderInitiative/blob/master/src/TrustChange.java
What it does: Asks USER for Source account Seed and Limit of Asset to Trust, also displays balances if user wants to see it.
How TO use on LIVE NET:
Remove Network.useTestNetwork(), Change server to Live Net, Change issuingKeys, Change Asset(s).
Enjoy~
Ps. Looking for Java coders to work on this project with me. Feedback welcome.
Donation: GBWMELVISCQRMLNTI6LCWBJM52SIPAOAZFIZIDEUBY6ZOIKILO6N5HFZ
#Java #Opensource