[quote name=“UKMark” post=“20474” timestamp=“1373235149”]
Update:
I now have send FTC via text message in place and working.
I have also created it’s own text URI scheme as follows:
Text the following to xxx xxx xxx:
[b]create:UserSaltHere[/b] < [i]Returns[/i] a new Feathercoin address & User salted 10 digit secretkey in A-Z a-z 0-9 format.
[b]balance:SecretKey[/b] < [i]Returns[/i] the users actual account balance and their available to send balance < This is to account for the services fee of x FTC
[b]send:SecretKey:AddressToSendTo:Amount[/b] < This will send the stated amount to the stated address from the stated account associated with the secret key. - [b]IF[/b] the transaction was successful then the user will receive a response message including the TXID hash.
I will be putting together a full service fee pricing structure, and this will be on a users account balance based basis, Ie no money in the account = no services - More money = lower fees.
I have plans to add more features over time, such as being able to add new addresses to the account.
[/quote]
VERY exciting.