Vechain Send/Receive basic data transaction -- 2
Budget: $8 – $15 USD
I have data sitting in a postgres table feeding into a Django website. I need a script/program that can watch for new items on a particular postgres table and then to send a transaction over the Vechain network with a data payload. It would then write the TXID and TXCost back onto the same db record.
I would also need a script/program that can watch for new transactions coming in on a list of Vechain wallets and when a new transaction is received it will write the transaction details such as txid and the data payload into the postgres table.
If this can be implemented with VIP191 fee delegation where the wallet paying for the transaction is different from the wallet sending the transaction that would be best. I am not sure if this work will require a smart contract but would like some clarification on that.
I would also need a script/program that can watch for new transactions coming in on a list of Vechain wallets and when a new transaction is received it will write the transaction details such as txid and the data payload into the postgres table.
If this can be implemented with VIP191 fee delegation where the wallet paying for the transaction is different from the wallet sending the transaction that would be best. I am not sure if this work will require a smart contract but would like some clarification on that.