revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

Sign Transactions #24

Open bryanjos opened 6 years ago

bryanjos commented 6 years ago

Given I have created a transaction When I want to be able to sign that transaction with one or more secret keys Then I am returned a TransactionEnvelope that can be turned to XDR and posted using Transactions.post

bryanjos commented 6 years ago

Still ongoing. Having to work through some things to get a working transaction