DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

Implement send value transaction #11

Closed howjmay closed 4 years ago

howjmay commented 4 years ago

To support sending value transaction, we should port part of cclient onto TA-endpoint. At least, we should make TA-endpoint be able to sign a transaction. The POW of the signed transaction can be done by TA by calling API send_trytes

Or if the user is a subscribing client, then the requests can attach with Alfred token. TA-endpoint can use this token to send value transactions

splasky commented 4 years ago

Move to tangle-acclerator #572